Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Equals ( |
Checks whether or not the current instance is equal to another instance of PageHeader.
|
|
Equals ( object other ) : bool |
Checks whether or not the current instance is equal to another object.
|
|
GetHashCode ( ) : int |
Generates a hash code for the current instance.
|
|
PageHeader ( |
Constructs and initializes a new instance of
|
|
PageHeader ( |
Constructs and initializes a new instance of
|
|
PageHeader ( uint streamSerialNumber, uint pageNumber, PageFlags flags ) : System |
Constructs and initializes a new instance of
|
|
Render ( ) : ByteVector |
Renders the current instance as a raw Ogg page header.
|
|
operator ( ) : bool |
Gets whether or not two instances of
|
public Equals ( |
||
other |
/// A |
|
Résultat | bool |
public Equals ( object other ) : bool | ||
other | object |
/// A |
Résultat | bool |
public PageHeader ( |
||
file |
/// A |
|
position | long |
/// A |
Résultat | System |
public PageHeader ( |
||
original |
/// A |
|
offset | uint |
/// A |
flags | PageFlags |
/// A |
Résultat | System |
public PageHeader ( uint streamSerialNumber, uint pageNumber, PageFlags flags ) : System | ||
streamSerialNumber | uint |
/// A |
pageNumber | uint |
/// A |
flags | PageFlags |
/// A |
Résultat | System |