Skip to content
Start here

Audio Tracks

List additional audio tracks on a video
stream.audio_tracks.get(stridentifier, AudioTrackGetParams**kwargs) -> SyncSinglePage[Audio]
GET/accounts/{account_id}/stream/{identifier}/audio
Edit additional audio tracks on a video
stream.audio_tracks.edit(straudio_identifier, AudioTrackEditParams**kwargs) -> Audio
PATCH/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}
Delete additional audio tracks on a video
stream.audio_tracks.delete(straudio_identifier, AudioTrackDeleteParams**kwargs) -> AudioTrackDeleteResponse
DELETE/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}
Add audio tracks to a video
stream.audio_tracks.copy(stridentifier, AudioTrackCopyParams**kwargs) -> Audio
POST/accounts/{account_id}/stream/{identifier}/audio/copy
ModelsExpand Collapse
class Audio:
default: Optional[bool]

Denotes whether the audio track will be played by default in a player.

label: Optional[str]

A string to uniquely identify the track amongst other audio track labels for the specified video.

status: Optional[Literal["queued", "ready", "error"]]

Specifies the processing status of the video.

One of the following:
"queued"
"ready"
"error"
uid: Optional[str]

A Cloudflare-generated unique identifier for a media item.

maxLength32
str