Class PageHeaderType
Header type flags for an Page. Can be set in the 5th byte of each page.
Inheritance
System.Object
PageHeaderType
Namespace: FM.LiveSwitch.Ogg
Assembly: FM.LiveSwitch.dll
Syntax
public class PageHeaderType : object
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 |