VideoCodecFrame.systemFrameNumber

uint systemFrameNumber() @property

Get systemFrameNumber field.

Returns

Unique identifier for the frame. Use this if you need

to get hold of the frame later (like when data is being decoded). Typical usage in decoders is to set this on the opaque value provided to the library and get back the frame using [gstvideo.video_decoder.VideoDecoder.getFrame]

void systemFrameNumber(uint propval) @property

Set systemFrameNumber field.

Parameters

propvalUnique identifier for the frame. Use this if you need to get hold of the frame later (like when data is being decoded). Typical usage in decoders is to set this on the opaque value provided to the library and get back the frame using [gstvideo.video_decoder.VideoDecoder.getFrame]