C# Класс FlacLibSharp.CueSheetTrack

TODO: A single track in the cuesheet.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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