classref: Sync with current master branch (93be33748)

This commit is contained in:
Rémi Verschelde
2022-09-09 15:22:52 +02:00
parent a8d74915f5
commit b0ebd8b7c6
150 changed files with 9100 additions and 5497 deletions

View File

@@ -22,13 +22,13 @@ A sequence of Ogg packets.
Properties
----------
+---------------------------+------------------------------------------------------------------------------+---------+
| :ref:`Array<class_Array>` | :ref:`granule_positions<class_OggPacketSequence_property_granule_positions>` | ``[]`` |
+---------------------------+------------------------------------------------------------------------------+---------+
| :ref:`Array<class_Array>` | :ref:`packet_data<class_OggPacketSequence_property_packet_data>` | ``[]`` |
+---------------------------+------------------------------------------------------------------------------+---------+
| :ref:`float<class_float>` | :ref:`sampling_rate<class_OggPacketSequence_property_sampling_rate>` | ``0.0`` |
+---------------------------+------------------------------------------------------------------------------+---------+
+-------------------------------------------------+------------------------------------------------------------------------------+------------------------+
| :ref:`PackedInt64Array<class_PackedInt64Array>` | :ref:`granule_positions<class_OggPacketSequence_property_granule_positions>` | ``PackedInt64Array()`` |
+-------------------------------------------------+------------------------------------------------------------------------------+------------------------+
| :ref:`Array[]<class_Array>` | :ref:`packet_data<class_OggPacketSequence_property_packet_data>` | ``[]`` |
+-------------------------------------------------+------------------------------------------------------------------------------+------------------------+
| :ref:`float<class_float>` | :ref:`sampling_rate<class_OggPacketSequence_property_sampling_rate>` | ``0.0`` |
+-------------------------------------------------+------------------------------------------------------------------------------+------------------------+
Methods
-------
@@ -42,10 +42,10 @@ Property Descriptions
.. _class_OggPacketSequence_property_granule_positions:
- :ref:`Array<class_Array>` **granule_positions**
- :ref:`PackedInt64Array<class_PackedInt64Array>` **granule_positions**
+-----------+-------------------------------------+
| *Default* | ``[]`` |
| *Default* | ``PackedInt64Array()`` |
+-----------+-------------------------------------+
| *Setter* | set_packet_granule_positions(value) |
+-----------+-------------------------------------+
@@ -58,7 +58,7 @@ Contains the granule positions for each page in this packet sequence.
.. _class_OggPacketSequence_property_packet_data:
- :ref:`Array<class_Array>` **packet_data**
- :ref:`Array[]<class_Array>` **packet_data**
+-----------+------------------------+
| *Default* | ``[]`` |