C# 클래스 TagLib.Dsf.StreamHeader

This struct implements IAudioCodec to provide support for reading DSF stream properties.
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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