C# 클래스 FlacLibSharp.Padding

Empty space inside the flac file ... a number of meaningless bits.
상속: MetadataBlock
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp 1 사용 예제들

공개 메소드들

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

Loads the padding data from the given data.

Padding ( ) : System

Creates an empty metadata block

WriteBlockData ( Stream targetStream ) : void

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

메소드 상세

LoadBlockData() 공개 메소드

Loads the padding data from the given data.
public LoadBlockData ( byte data ) : void
data byte
리턴 void

Padding() 공개 메소드

Creates an empty metadata block
public Padding ( ) : 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