Search Results for

    Show / Hide Table of Contents

    Class PageHeaderType

    Header type flags for an Page. Can be set in the 5th byte of each page.

    Inheritance
    System.Object
    PageHeaderType
    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.Ogg
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class PageHeaderType

    Properties

    All

    Gets or sets a value indicating that all values are set.

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

    FirstPage

    Gets or sets a value indicating whether or not this is the first page in the bitstream.

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

    IsContinued

    Gets or sets a value indicating whether or not the page is a continuation of a previous page.

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

    LastPage

    Gets or sets a value indicating whether or not this is the last page in the bitstream.

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

    None

    Gets or sets a value indicating an empty value.

    Declaration
    public static byte None { 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