RDK-V AvSync HAL 1.0.0
 
Loading...
Searching...
No Matches
AVSyncVideoFrame_ Struct Reference

This structure is to encapsulate information related to a video frame's metadata. More...

#include <avsync-soc.h>

Data Fields

void * context
 
void * sync
 
void * videoFrame
 
void * syncFrame
 
uint32_t pts
 
uint32_t duration
 

Detailed Description

This structure is to encapsulate information related to a video frame's metadata.

Field Documentation

◆ context

void* context

Pointer to additional context data associated with the video frame's metadata

◆ duration

uint32_t duration

Duration of the video frame

◆ pts

uint32_t pts

Presentation timestamp of the video frame

◆ sync

void* sync

Pointer to synchronization data or object associated with the video frame's metadata

◆ syncFrame

void* syncFrame

Pointer to synchronization frame

◆ videoFrame

void* videoFrame

Pointer to the video frame's metadata


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