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 |
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 |
public GranuleTime ( long granularPosition ) : double | ||
granularPosition | long |
/// A |
return | double |
public HeaderPacket ( ByteVector data ) : System | ||
data | ByteVector | |
return | System |