Search Results for

    Show / Hide Table of Contents

    Class VideoFragment

    A fragment of a video frame.

    Inheritance
    System.Object
    VideoFragment
    Fragment
    Fragment
    Fragment
    Fragment
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class VideoFragment : object

    Properties

    Buffer

    Gets or sets the data.

    Declaration
    public DataBuffer Buffer { get; set; }
    Property Value
    Type Description
    DataBuffer

    First

    Gets or sets whether this is the first packet.

    Declaration
    public bool First { get; set; }
    Property Value
    Type Description
    System.Boolean

    Last

    Gets or sets whether this is the last packet.

    Declaration
    public bool Last { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Destroy()

    Destroys this fragment.

    Declaration
    public virtual void Destroy()

    Free()

    Frees the underlying data buffer.

    Declaration
    public void Free()

    Keep()

    Keeps the underlying data buffer.

    Declaration
    public void Keep()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0