Search Results for

    Show / Hide Table of Contents

    Class PacketizationMode

    H.264 packetization modes.

    Inheritance
    System.Object
    PacketizationMode
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: FM.LiveSwitch.H264
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class PacketizationMode

    Properties

    Default

    Gets non-interleaved mode.

    Declaration
    public static int Default { get; }
    Property Value
    Type Description
    System.Int32

    Interleaved

    Gets interleaved mode.

    Declaration
    public static int Interleaved { get; }
    Property Value
    Type Description
    System.Int32

    NonInterleaved

    Gets non-interleaved mode.

    Declaration
    public static int NonInterleaved { get; }
    Property Value
    Type Description
    System.Int32

    SingleNal

    Gets single NAL mode.

    Declaration
    public static int SingleNal { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0