DRMOptions
Source: View.js:681
the options for DRM playback
Properties
keyId(String) — 16-byte KeyID, in lowercase hexadecimal without separatorsiv(String) — 16-byte initialization vector, in lowercase hexadecimal without separators //**videoElement(HTMLVideoElement) — the video HTML elementvideoEncryptionParams(EncryptionParameters) — the video encryption parametersvideoMid(String) — the video media ID of RTCRtpTransceiveraudioElement(HTMLAudioElement) — the audio HTML audioElementaudioEncryptionParams(EncryptionParameters, optional) — the audio encryption parametersaudioMid(String, optional) — the audio media ID of RTCRtpTransceivermediaBufferMs(Number, optional) — average target latency in milliseconds
Type
Object