GetStreamAudioTrackResult

data class GetStreamAudioTrackResult(val accountId: String, val default: Boolean, val id: String, val identifier: String, val label: String, val status: String, val uid: String)

A collection of values returned by getStreamAudioTrack.

Constructors

Link copied to clipboard
constructor(accountId: String, default: Boolean, id: String, identifier: String, label: String, status: String, uid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier tag.

Link copied to clipboard

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A Cloudflare-generated unique identifier for a media item.

Link copied to clipboard

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

Link copied to clipboard

Specifies the processing status of the video. Available values: "queued", "ready", "error".

Link copied to clipboard
val uid: String

A Cloudflare-generated unique identifier for a media item.