C# Class TagLib.Dsf.StreamHeader

This struct implements IAudioCodec to provide support for reading DSF stream properties.
Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

Свойство Type Description
FileIdentifier ReadOnlyByteVector

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat 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
Résultat ReadOnlyByteVector