LocalizedVideo
Language-specific video file with metadata and location information
type LocalizedVideo {
language: String!
uri: String!
mimeType: String
}
Fields
LocalizedVideo.language
● String!
non-null scalar
Language code for this video variant.
Indicates the language context or locale for which this video is intended. Uses standard language codes like 'EN', 'DE', 'FR'.
LocalizedVideo.uri
● String!
non-null scalar
URI or URL pointing to the video content.
Can be a direct link to a video file, or a URL from supported video platforms like YouTube or Vimeo. The URI must be accessible for playback.
LocalizedVideo.mimeType
● String
scalar
MIME type of the video file.
Indicates the video format and encoding (e.g., 'video/mp4', 'video/webm'). Used by browsers and players to determine how to handle the video content.
Member Of
MediaVideo
object