C# Класс TagLib.IFD.Entries.SRationalIFDEntry

Contains a SRATIONAL value.
Наследование: IFDEntry
Показать файл Открыть проект

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

Метод Описание
Render ( bool is_bigendian, uint offset, ushort &type, uint &count ) : ByteVector

Renders the current instance to a ByteVector

SRationalIFDEntry ( ushort tag, TagLib.IFD.Entries.SRational value )

Construcor.

Описание методов

Render() публичный Метод

Renders the current instance to a ByteVector
public Render ( bool is_bigendian, uint offset, ushort &type, uint &count ) : ByteVector
is_bigendian bool /// A indicating the endianess for rendering. ///
offset uint /// A with the offset, the data is stored. ///
type ushort /// A the ID of the type, which is rendered ///
count uint /// A with the count of the values which are /// rendered. ///
Результат ByteVector

SRationalIFDEntry() публичный Метод

Construcor.
public SRationalIFDEntry ( ushort tag, TagLib.IFD.Entries.SRational value )
tag ushort /// A with the tag ID of the entry this instance /// represents ///
value TagLib.IFD.Entries.SRational /// A to be stored ///