My Project
MMAL_PARAMETER_SEEK_T Struct Reference

#include <mmal_parameters_common.h>

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
 
int64_t offset
 
uint32_t flags
 

Detailed Description

Seek request parameter type. This is used to issue a seek request to a source component.

Definition at line 123 of file mmal_parameters_common.h.

Member Data Documentation

◆ flags

uint32_t MMAL_PARAMETER_SEEK_T::flags

Seeking flags

Definition at line 128 of file mmal_parameters_common.h.

◆ hdr

MMAL_PARAMETER_HEADER_T MMAL_PARAMETER_SEEK_T::hdr

Definition at line 125 of file mmal_parameters_common.h.

◆ offset

int64_t MMAL_PARAMETER_SEEK_T::offset

Offset (in microseconds) to seek to

Definition at line 127 of file mmal_parameters_common.h.


The documentation for this struct was generated from the following file: