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 ( PackedInt64Array value )
PackedInt64Array get_packet_granule_positions ( )
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
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.
© Copyright 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision 53e837c6
.
Built with Sphinx using a theme provided by Read the Docs.