public static interface AudioMetadata.Builder extends SdkPojo, CopyableBuilder<AudioMetadata.Builder,AudioMetadata>
| Modifier and Type | Method and Description |
|---|---|
AudioMetadata.Builder |
codec(String codec)
The audio codec used to encode or decode the audio stream.
|
AudioMetadata.Builder |
durationMillis(Long durationMillis)
The duration of the audio stream in milliseconds.
|
AudioMetadata.Builder |
numberOfChannels(Long numberOfChannels)
The number of audio channels in the segment.
|
AudioMetadata.Builder |
sampleRate(Long sampleRate)
The sample rate for the audio stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAudioMetadata.Builder codec(String codec)
The audio codec used to encode or decode the audio stream.
codec - The audio codec used to encode or decode the audio stream.AudioMetadata.Builder durationMillis(Long durationMillis)
The duration of the audio stream in milliseconds.
durationMillis - The duration of the audio stream in milliseconds.AudioMetadata.Builder sampleRate(Long sampleRate)
The sample rate for the audio stream.
sampleRate - The sample rate for the audio stream.AudioMetadata.Builder numberOfChannels(Long numberOfChannels)
The number of audio channels in the segment.
numberOfChannels - The number of audio channels in the segment.Copyright © 2023. All rights reserved.