NormalizedVideoFile
Information about video source file.
type NormalizedVideoFile {
bitrate: Int
fairplayCertificate: String
fairplayLicense: String
isDrmProtected: Boolean
playreadyLicense: String
profile: String
type: NormalizedVideoFileType
url: URL
widevineLicense: String
}
Fields
NormalizedVideoFile.bitrate ● Int scalar references
Video bitrate. Only set for MP4 files.
NormalizedVideoFile.fairplayCertificate ● String scalar references
Apple FairPlay encryption certificate URL.
NormalizedVideoFile.fairplayLicense ● String scalar references
Apple FairPlay license URL.
NormalizedVideoFile.isDrmProtected ● Boolean scalar references
Whether the video source file is DRM protected.
NormalizedVideoFile.playreadyLicense ● String scalar references
PlayReady DRM license URL.
NormalizedVideoFile.profile ● String scalar references
NormalizedVideoFile.type ● NormalizedVideoFileType enum references
NormalizedVideoFile.url ● URL scalar references
Video source file URL.
NormalizedVideoFile.widevineLicense ● String scalar references
Widevine DRM license URL.