C# Class TagLib.Ogg.Codecs.Theora.HeaderPacket

This structure represents a Theora header packet.
Mostrar archivo Open project: secred/Tachycardia

Public Properties

Property Type Description
fps_denominator int
fps_numerator int
height int
keyframe_granule_shift int
major_version byte
minor_version byte
revision_version byte
width int

Public Methods

Method Description
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

Method Details

GranuleTime() public method

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. ///
return double

HeaderPacket() public method

public HeaderPacket ( ByteVector data ) : System
data ByteVector
return System

Property Details

fps_denominator public_oe property

public int fps_denominator
return int

fps_numerator public_oe property

public int fps_numerator
return int

height public_oe property

public int height
return int

keyframe_granule_shift public_oe property

public int keyframe_granule_shift
return int

major_version public_oe property

public byte major_version
return byte

minor_version public_oe property

public byte minor_version
return byte

revision_version public_oe property

public byte revision_version
return byte

width public_oe property

public int width
return int