C# 클래스 FlacLibSharp.MetadataBlockHeader

A metadata block header.
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp 1 사용 예제들

공개 메소드들

메소드 설명
MetadataBlockHeader ( ) : System
MetadataBlockHeader ( byte data ) : System

Creates a new metadata block header from the provided data.

WriteHeaderData ( Stream targetStream ) : void

Will write the data representing this header (as it is stored in the FLAC file) to the given stream.

보호된 메소드들

메소드 설명
ParseData ( byte data ) : void

Interprets the meta data block header.

메소드 상세

MetadataBlockHeader() 공개 메소드

public MetadataBlockHeader ( ) : System
리턴 System

MetadataBlockHeader() 공개 메소드

Creates a new metadata block header from the provided data.
public MetadataBlockHeader ( byte data ) : System
data byte
리턴 System

ParseData() 보호된 메소드

Interprets the meta data block header.
protected ParseData ( byte data ) : void
data byte
리턴 void

WriteHeaderData() 공개 메소드

Will write the data representing this header (as it is stored in the FLAC file) to the given stream.
public WriteHeaderData ( Stream targetStream ) : void
targetStream Stream The stream where the data will be written to.
리턴 void