C# 클래스 FlacLibSharp.CueSheetTrack

TODO: A single track in the cuesheet.
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp 1 사용 예제들

공개 메소드들

메소드 설명
CueSheetTrack ( ) : System
CueSheetTrack ( byte data, int dataOffset ) : System

Initialize the CueSheetTrack

WriteBlockData ( Stream targetStream ) : void

Will write the data representing this CueSheet track to the given stream.

메소드 상세

CueSheetTrack() 공개 메소드

public CueSheetTrack ( ) : System
리턴 System

CueSheetTrack() 공개 메소드

Initialize the CueSheetTrack
public CueSheetTrack ( byte data, int dataOffset ) : System
data byte The full data array.
dataOffset int Where the cuesheet track begins.
리턴 System

WriteBlockData() 공개 메소드

Will write the data representing this CueSheet track to the given stream.
public WriteBlockData ( Stream targetStream ) : void
targetStream Stream
리턴 void