Class reference
OggPacketSequence
Inherits Resource
A sequence of Ogg packets.
Description
A sequence of Ogg packets.
Properties
PackedInt64Array granule_positions = PackedInt64Array()
PackedInt64Array granule_positions = PackedInt64Array()Contains the granule positions for each page in this packet sequence.
Array[] packet_data = []
Contains the raw packets that make up this OggPacketSequence.
float sampling_rate = 0.0
float sampling_rate = 0.0Holds sample rate information about this sequence. Must be set by another class that actually understands the codec.
Methods
float get_length() const
float get_length() constThe length of this stream, in seconds.