Search Results for

    Show / Hide Table of Contents

    Class PacketizationMode

    H.264 packetization modes.

    Inheritance
    System.Object
    PacketizationMode
    Namespace: FM.LiveSwitch.H264
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class PacketizationMode : object

    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