Méthode | Description | |
---|---|---|
AddPage ( TagLib.Ogg.Page page ) : void |
Adds the next page to the current instance.
|
|
Paginate ( int &change ) : TagLib.Ogg.Page[] |
Repaginates the pages passed into the current instance to handle changes made to the Xiph comment.
|
|
Paginator ( Codec codec ) : System |
Constructs and initializes a new instance of
|
Méthode | Description | |
---|---|---|
GetLacingValueLength ( ByteVectorCollection packets, int index ) : int |
Gets the number of lacing value bytes that would be required for a given packet.
|
|
Paginate ( ) : TagLib.Ogg.Page[] |
public AddPage ( TagLib.Ogg.Page page ) : void | ||
page | TagLib.Ogg.Page |
/// The next |
Résultat | void |
public Paginate ( int &change ) : TagLib.Ogg.Page[] | ||
change | int |
/// A |
Résultat | TagLib.Ogg.Page[] |
public Paginator ( Codec codec ) : System | ||
codec | Codec |
/// A |
Résultat | System |