C# Класс FlacLibSharp.Picture

A picture metadata block.
Наследование: MetadataBlock
Показать файл Открыть проект

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

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