C# Класс TagLib.Ogg.Paginator

Показать файл Открыть проект

Открытые методы

Метод Описание
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 for a given Codec object.

Приватные методы

Метод Описание
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[]

Описание методов

AddPage() публичный Метод

Adds the next page to the current instance.
public AddPage ( TagLib.Ogg.Page page ) : void
page TagLib.Ogg.Page /// The next object found in the stream. ///
Результат void

Paginate() публичный Метод

Repaginates the pages passed into the current instance to handle changes made to the Xiph comment.
public Paginate ( int &change ) : TagLib.Ogg.Page[]
change int /// A value reference containing the /// the difference between the number of pages returned and /// the number of pages that were added to the class. ///
Результат TagLib.Ogg.Page[]

Paginator() публичный Метод

Constructs and initializes a new instance of for a given Codec object.
public Paginator ( Codec codec ) : System
codec Codec /// A object to use when processing /// packets. ///
Результат System