C# 클래스 FlacLibSharp.ApplicationInfo

An application specific block of data.
상속: MetadataBlock
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp

공개 메소드들

메소드 설명
ApplicationInfo ( ) : System

Creates an empty ApplicationInfo block, application id will be 0, application data will be empty.

LoadBlockData ( byte data ) : void

Parses the given binary metadata to an ApplicationInfo block

WriteBlockData ( Stream targetStream ) : void

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

메소드 상세

ApplicationInfo() 공개 메소드

Creates an empty ApplicationInfo block, application id will be 0, application data will be empty.
public ApplicationInfo ( ) : System
리턴 System

LoadBlockData() 공개 메소드

Parses the given binary metadata to an ApplicationInfo block
public LoadBlockData ( byte data ) : void
data byte
리턴 void

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