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

Наследование: TagLib.File
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Read void
ReadStreams Bitstream>.Dictionary

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

Метод Описание
File ( File abstraction ) : System

Constructs and initializes a new instance of for a specified file abstraction with an average read style.

File ( File abstraction, ReadStyle propertiesStyle ) : System

Constructs and initializes a new instance of for a specified file abstraction and specified read style.

File ( string path ) : System

Constructs and initializes a new instance of for a specified path in the local file system with an average read style.

File ( string path, ReadStyle propertiesStyle ) : System

Constructs and initializes a new instance of for a specified path in the local file system and specified read style.

Save ( ) : void

Saves the changes made in the current instance to the file it represents.

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

Метод Описание
Read ( ReadStyle propertiesStyle ) : void

Reads the file with a specified read style.

ReadStreams ( List pages, long &end ) : Bitstream>.Dictionary

Reads the file until all streams have finished their property and tagging data.

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

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

Constructs and initializes a new instance of for a specified file abstraction with an average read style.
/// is . ///
public File ( File abstraction ) : System
abstraction File /// A object to use when /// reading from and writing to the file. ///
Результат System

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

Constructs and initializes a new instance of for a specified file abstraction and specified read style.
/// is . ///
public File ( File abstraction, ReadStyle propertiesStyle ) : System
abstraction File /// A object to use when /// reading from and writing to the file. ///
propertiesStyle ReadStyle /// A value specifying at what level /// of accuracy to read the media properties, or to ignore the properties. ///
Результат System

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

Constructs and initializes a new instance of for a specified path in the local file system with an average read style.
/// is . ///
public File ( string path ) : System
path string /// A object containing the path of the /// file to use in the new instance. ///
Результат System

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

Constructs and initializes a new instance of for a specified path in the local file system and specified read style.
/// is . ///
public File ( string path, ReadStyle propertiesStyle ) : System
path string /// A object containing the path of the /// file to use in the new instance. ///
propertiesStyle ReadStyle /// A value specifying at what level /// of accuracy to read the media properties, or to ignore the properties. ///
Результат System

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

Saves the changes made in the current instance to the file it represents.
public Save ( ) : void
Результат void