C# Класс TagLib.Ogg.Codecs.Theora.HeaderPacket

This structure represents a Theora header packet.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
fps_denominator int
fps_numerator int
height int
keyframe_granule_shift int
major_version byte
minor_version byte
revision_version byte
width int

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

Метод Описание
GranuleTime ( long granularPosition ) : double

Converts an absolute granular position into a seconds.

Many thanks to the good people at irc://irc.freenode.net#theora for making this code a reality.

HeaderPacket ( ByteVector data ) : System

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

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

Converts an absolute granular position into a seconds.
Many thanks to the good people at irc://irc.freenode.net#theora for making this code a reality.
public GranuleTime ( long granularPosition ) : double
granularPosition long /// A value containing the /// absolute granular position. ///
Результат double

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

public HeaderPacket ( ByteVector data ) : System
data ByteVector
Результат System

Описание свойств

fps_denominator публичное свойство

public int fps_denominator
Результат int

fps_numerator публичное свойство

public int fps_numerator
Результат int

height публичное свойство

public int height
Результат int

keyframe_granule_shift публичное свойство

public int keyframe_granule_shift
Результат int

major_version публичное свойство

public byte major_version
Результат byte

minor_version публичное свойство

public byte minor_version
Результат byte

revision_version публичное свойство

public byte revision_version
Результат byte

width публичное свойство

public int width
Результат int