WebIDLpedia

SFrameDecrypterStream interface

Definition

WebRTC Encoded Transform defines SFrameDecrypterStream



[Exposed=(Window,DedicatedWorker)]
interface SFrameDecrypterStream : EventTarget {
    constructor(optional SFrameTransformOptions options = {});
};
SFrameDecrypterStream includes GenericTransformStream;
SFrameDecrypterStream includes SFrameKeyManagement;
Consolidated IDL (across mixin and partials)


[Exposed=(Window,DedicatedWorker)]
interface SFrameDecrypterStream : EventTarget {
    constructor(optional SFrameTransformOptions options = {});
  readonly attribute ReadableStream readable;
  readonly attribute WritableStream writable;
    Promise<undefined> setEncryptionKey(CryptoKey key, optional CryptoKeyID keyID);
    attribute EventHandler onerror;
};

Methods and attributes that return objects implementing SFrameDecrypterStream