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.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |