Attention: Here be dragons (unstable version)
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Redot.
Checking the stable version of the documentation...
OggPacketSequence
Inherits: Resource < RefCounted < Object
A sequence of Ogg packets.
Description
A sequence of Ogg packets.
Properties
|
||
|
||
|
Methods
get_length() const |
Property Descriptions
PackedInt64Array granule_positions = PackedInt64Array()
🔗
void set_packet_granule_positions(value: PackedInt64Array)
PackedInt64Array get_packet_granule_positions()
Contains the granule positions for each page in this packet sequence.
Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt64Array for more details.
Array[Array] packet_data = []
🔗
Contains the raw packets that make up this OggPacketSequence.
Holds sample rate information about this sequence. Must be set by another class that actually understands the codec.
Method Descriptions
The length of this stream, in seconds.