C# 클래스 FlacLibSharp.Picture

A picture metadata block.
상속: MetadataBlock
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp

공개 메소드들

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

Loads the picture data from a Metadata block.

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

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

비공개 메소드들

메소드 설명
CalculateMetadataBlockLength ( ) : void

Calculates the total size of this block, taking into account the lengths of the variable length fields.

CalculateMetadataBlockLength ( uint mimeLength, uint descriptionLength, uint pictureDataLength ) : void

Calculates the total size of this block, taking into account the lengths of the variable length fields.

If the lengths of the variable length fields are already available, use this function, otherwise use the parameterless override.

메소드 상세

LoadBlockData() 공개 메소드

Loads the picture data from a Metadata block.
public LoadBlockData ( byte data ) : void
data byte
리턴 void

Picture() 공개 메소드

public Picture ( ) : 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