GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewAudioOverview
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Audio stream description with no PII.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
channels
(type:integer()
, default:nil
)
- Number of audio channels. -
contentType
(type:String.t
, default:nil
)
- Content type of the audio track extracted from VSI. This is only populated with valid "acont" xtag values at the moment, i.e., if VSI reports an invalid string, we ignore it. Supported acont xtag values can be found in google3/video/storage/common/xtag_validation.cc. Examples: "original", "dubbed", "descriptive", "commentary", etc. -
language
(type:String.t
, default:nil
)
- Language of the audio track extracted from VSI. Populated if it's deemed a valid code by ISO639-2b, ISO639-2t or III library. -
loudness1770Lkfs
(type:float()
, default:nil
)
- -
roundedUpOriginalDurationSec
(type:integer()
, default:nil
)
- Approximate audio length, has the same caveats as its video equivalent. -
spatialAudioMode
(type:String.t
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewAudioOverview