WebIDLpedia

RTCEncodedVideoFrameMetadata dictionary

Definition

WebRTC Encoded Transform defines RTCEncodedVideoFrameMetadata



dictionary RTCEncodedVideoFrameMetadata : RTCEncodedFrameMetadata {
    unsigned long long frameId;
    sequence<unsigned long long> dependencies;
    unsigned short width;
    unsigned short height;
    unsigned long spatialIndex;
    unsigned long temporalIndex;
    long long timestamp;    // microseconds
};

Referring IDL interfaces/dictionaries