C# 클래스 FlacLibSharp.CueSheet

This block stores various information for use in a cue sheet.
상속: MetadataBlock
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CUESHEET_LEADOUT_TRACK_NUMBER_CDDA byte
CUESHEET_LEADOUT_TRACK_NUMBER_NON_CDDA byte

공개 메소드들

메소드 설명
CueSheet ( ) : System
LoadBlockData ( byte data ) : void

Parses the binary metadata from the flac file into a CueSheet object.

WriteBlockData ( Stream targetStream ) : void

Will write the data describing this metadata block to the given stream.

비공개 메소드들

메소드 설명
CalculateMetaDataBlockLength ( ) : uint

Calculates the total Block Length of this metadata block (for use in the Header)

메소드 상세

CueSheet() 공개 메소드

public CueSheet ( ) : System
리턴 System

LoadBlockData() 공개 메소드

Parses the binary metadata from the flac file into a CueSheet object.
public LoadBlockData ( byte data ) : void
data byte The binary data from the flac file.
리턴 void

WriteBlockData() 공개 메소드

Will write the data describing this metadata block to the given stream.
public WriteBlockData ( Stream targetStream ) : void
targetStream Stream Stream to write the data to.
리턴 void

프로퍼티 상세

CUESHEET_LEADOUT_TRACK_NUMBER_CDDA 공개적으로 정적으로 프로퍼티

public static byte CUESHEET_LEADOUT_TRACK_NUMBER_CDDA
리턴 byte

CUESHEET_LEADOUT_TRACK_NUMBER_NON_CDDA 공개적으로 정적으로 프로퍼티

public static byte CUESHEET_LEADOUT_TRACK_NUMBER_NON_CDDA
리턴 byte