mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Tweaking docs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user