GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Next tag: 10
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
bitrate
(type:String.t
, default:nil
)
- Audio bitrate in bits/s. -
channels
(type:integer()
, default:nil
)
- Number of audio channels. -
codecId
(type:integer()
, default:nil
)
- Audio codec ID. Uses the numeric value corresponding to the CodecId enum object, in order to avoid the dependency on vsi/videostreaminfo.proto. http://cs/symbol:CodecId f:google3/video/vidproc/vsi/videostreaminfo.proto -
contentType
(type:String.t
, default:nil
)
- Content type of the stream. Only populated with valid "acont" xtag values at the moment. 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, examples: "eng", "en", "enG", etc. -
lengthSec
(type:float()
, default:nil
)
- Audio length, in seconds. This value is derived from metadata in the source video, and often differs from the actual duration of any given transcode. In videos without valid timestamps, this value is not calculable, and is reported as zero. -
loudness1770Lkfs
(type:number()
, default:nil
)
- -
sampleRate
(type:String.t
, default:nil
)
- Audio sample rate. -
streamIndex
(type:String.t
, default:nil
)
- Index of the stream in the file, 0-based.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream{
bitrate: String.t() | nil,
channels: integer() | nil,
codecId: integer() | nil,
contentType: String.t() | nil,
language: String.t() | nil,
lengthSec: float() | nil,
loudness1770Lkfs: number() | nil,
sampleRate: String.t() | nil,
streamIndex: String.t() | nil
}
bitrate: String.t() | nil,
channels: integer() | nil,
codecId: integer() | nil,
contentType: String.t() | nil,
language: String.t() | nil,
lengthSec: float() | nil,
loudness1770Lkfs: number() | nil,
sampleRate: String.t() | nil,
streamIndex: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream