WebIDLpedia

RTCRtpSFrameEncryptor interface

Definition

WebRTC Encoded Transform defines RTCRtpSFrameEncryptor



[Exposed=Window]
interface RTCRtpSFrameEncryptor {
    constructor(RTCRtpSFrameEncryptorOptions options);
};
RTCRtpSFrameEncryptor includes SFrameEncryptorManager;
Consolidated IDL (across mixin and partials)


[Exposed=Window]
interface RTCRtpSFrameEncryptor {
    constructor(RTCRtpSFrameEncryptorOptions options);
    Promise<undefined> setEncryptionKey(CryptoKey key, CryptoKeyID keyId);
};

Methods and attributes that return objects implementing RTCRtpSFrameEncryptor