C# 클래스 FlacLibSharp.CueSheetTrackIndex

One index in a Cue Sheet Track.
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp

공개 메소드들

메소드 설명
CueSheetTrackIndex ( ) : System

Creates a new Cue Sheet Track Index.

CueSheetTrackIndex ( byte data, int dataOffset ) : System

Creates a new Cue Sheet Track Index based on the binary data provided.

WriteBlockData ( Stream targetStream ) : void

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

메소드 상세

CueSheetTrackIndex() 공개 메소드

Creates a new Cue Sheet Track Index.
public CueSheetTrackIndex ( ) : System
리턴 System

CueSheetTrackIndex() 공개 메소드

Creates a new Cue Sheet Track Index based on the binary data provided.
public CueSheetTrackIndex ( byte data, int dataOffset ) : System
data byte
dataOffset int Where in the data array to start reading.
리턴 System

WriteBlockData() 공개 메소드

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