VideoCodecFrame.systemFrameNumber

Get systemFrameNumber field.

  1. uint systemFrameNumber [@property getter]
    class VideoCodecFrame
    @property
    uint
    systemFrameNumber
    ()
  2. uint systemFrameNumber [@property setter]

Return Value

Type: uint

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