A track for a video stream, either part of the source or a custom additional track. One of: video, audio, subtitles.
tid
Timestamp-based ID
Properties
metadata
union
Optional
No description available.
parentTrack
ref
com.atproto.repo.strongRef
Optional
If this is a derived track like a transcode or a transcript, what was the parent track?
track
union
Required
No description available.
video
string
at-uri
Optional
If this is a derived track like a transcode or a transcript, what was the source place.stream.video?
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"track"
],
"properties": {
"track": {
"refs": [
"place.stream.media.defs#muxlTrack"
],
"type": "union"
},
"video": {
"type": "string",
"format": "at-uri",
"description": "If this is a derived track like a transcode or a transcript, what was the source place.stream.video?"
},
"metadata": {
"refs": [
"place.stream.media.track#commonMetadata"
],
"type": "union"
},
"parentTrack": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "If this is a derived track like a transcode or a transcript, what was the parent track?"
}
}
},
"description": "A track for a video stream, either part of the source or a custom additional track. One of: video, audio, subtitles."
}