C# Class TagLib.Dsf.StreamHeader

This struct implements IAudioCodec to provide support for reading DSF stream properties.
ファイルを表示 Open project: MediaPortal/MPTagThat Class Usage Examples

Public Properties

Property Type Description
FileIdentifier ReadOnlyByteVector

Public Methods

Method Description
StreamHeader ( ByteVector data, long streamLength ) : System

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

Method Details

StreamHeader() public method

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. ///
return System

Property Details

FileIdentifier public_oe static_oe property

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
return ReadOnlyByteVector