type property
RTCEncodedVideoFrameType
get
type
@AvailableInWorkers("window_and_dedicated")
The readonly type
property of the RTCEncodedVideoFrame interface
indicates whether this frame is a key frame, delta frame, or empty frame.
Implementation
external RTCEncodedVideoFrameType get type;