OGGPacketSequence¶
Inherits: Resource < RefCounted < Object
A sequence of OGG packets.
Description¶
A sequence of OGG packets.
Properties¶
|
||
|
||
|
Methods¶
get_length ( ) const |
Property Descriptions¶
Array granule_positions
Default |
|
Setter |
set_packet_granule_positions(value) |
Getter |
get_packet_granule_positions() |
Contains the granule positions for each page in this packet sequence.
Array packet_data
Default |
|
Setter |
set_packet_data(value) |
Getter |
get_packet_data() |
Contains the raw packets that make up this OGGPacketSequence.
float sampling_rate
Default |
|
Setter |
set_sampling_rate(value) |
Getter |
get_sampling_rate() |
Holds sample rate information about this sequence. Must be set by another class that actually understands the codec.
Method Descriptions¶
float get_length ( ) const
The length of this stream, in seconds.