WebIDLpedia

VideoFrameMetadata dictionary

Definition

WebCodecs defines VideoFrameMetadata



dictionary VideoFrameMetadata {
  // Possible members are recorded in the VideoFrame Metadata Registry.
};

This dictionary is extended in the following specifications:

Consolidated IDL (across partials)


dictionary VideoFrameMetadata {
  sequence<Segment> segments;
  BackgroundBlur backgroundBlur;
  ImageBitmap backgroundSegmentationMask;
  // Possible members are recorded in the VideoFrame Metadata Registry.
};

Referring IDL interfaces/dictionaries

Referring specifications