Tweaking docs

This commit is contained in:
Jamie Hardt
2022-11-24 20:33:16 -08:00
parent f7a1896f99
commit faf809b8e2

View File

@@ -232,7 +232,7 @@ class DolbyDigitalPlusMetadata:
""" """
Encodes `ddplus_info1.stream_type` field § 4.3.12.1 Encodes `ddplus_info1.stream_type` field § 4.3.12.1
""" """
INDEPENDENT = 0 INDEPENDENT = 0
DEPENDENT = 1 DEPENDENT = 1
INDEPENDENT_FROM_DOLBY_DIGITAL = 2 INDEPENDENT_FROM_DOLBY_DIGITAL = 2
@@ -263,7 +263,7 @@ class DolbyDigitalPlusMetadata:
lfe_on: bool lfe_on: bool
#: The kind of service of this stream. `bsmod` § 4.3.2.2 #: The kind of service of this stream. `bsmod` § 4.3.2.2
bitstream_mode: BitStreamMode bitstream_mode: 'DolbyDigitalPlusMetadata.BitStreamMode'
#: Indicates which channels are in use. `acmod` § 4.3.2.3 #: Indicates which channels are in use. `acmod` § 4.3.2.3
audio_coding_mode: AudioCodingMode audio_coding_mode: AudioCodingMode