Skip to main content

AudiostreamSourceWithProfile

Image URL with a profile.

type AudiostreamSourceWithProfile {
profile: String!
url: URL!
weight: Int!
}

Fields

AudiostreamSourceWithProfile.profile ● String! non-null scalar references

Audio stream source profile.

Describes the protocol (e.g., dash, hls) and codec (e.g., aac, mp3).

AudiostreamSourceWithProfile.url ● URL! non-null scalar references

Audio stream source URL.

AudiostreamSourceWithProfile.weight ● Int! non-null scalar references

Order preference (lower number = higher preference) for stream source selection.

Member Of

Audiostream object