C# 클래스 FlacLibSharp.SeekTable

A seektable.
상속: MetadataBlock
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp 1 사용 예제들

공개 메소드들

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

Creates a new SeekTable base on the provided binary data.

SeekTable ( ) : System
WriteBlockData ( Stream targetStream ) : void

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

메소드 상세

LoadBlockData() 공개 메소드

Creates a new SeekTable base on the provided binary data.
public LoadBlockData ( byte data ) : void
data byte
리턴 void

SeekTable() 공개 메소드

public SeekTable ( ) : System
리턴 System

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