C# Класс TagLib.Dsf.StreamHeader

This struct implements IAudioCodec to provide support for reading DSF stream properties.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FileIdentifier ReadOnlyByteVector

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

Метод Описание
StreamHeader ( ByteVector data, long streamLength ) : System

Constructs and initializes a new instance of for a specified header block and stream length.

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

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

Constructs and initializes a new instance of for a specified header block and stream length.
/// is . /// /// does not begin with ///
public StreamHeader ( ByteVector data, long streamLength ) : System
data ByteVector /// A object containing the stream /// header data. ///
streamLength long /// A value containing the length of the /// DSF Audio stream in bytes. ///
Результат System

Описание свойств

FileIdentifier публичное статическое свойство

The identifier used to recognize a DSF file. Altough an DSF file start with "DSD ", we're interested in the Format chunk only, which contains the properties we need.
public static ReadOnlyByteVector FileIdentifier
Результат ReadOnlyByteVector