Search Results for

    Show / Hide Table of Contents

    Class BlockFlags

    Valid Matroska block element flags.

    Inheritance
    System.Object
    BlockFlags
    SimpleBlockFlags
    Namespace: FM.LiveSwitch.Matroska
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class BlockFlags : object

    Properties

    EbmlLacing

    Gets a value indicating EBML lacing.

    Declaration
    public static byte EbmlLacing { get; }
    Property Value
    Type Description
    System.Byte

    FixedSizeLacing

    Gets a value indicating fixed size lacing.

    Declaration
    public static byte FixedSizeLacing { get; }
    Property Value
    Type Description
    System.Byte

    Invisible

    Gets a value indicating invisible.

    Declaration
    public static byte Invisible { get; }
    Property Value
    Type Description
    System.Byte

    NoLacing

    Gets a value indicating no lacing.

    Declaration
    public static byte NoLacing { get; }
    Property Value
    Type Description
    System.Byte

    XiphLacing

    Gets a value indicating Xiph lacing.

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