#include <TUTKRTCAPIs.h>
Data Fields | |
uint32_t | version |
uint32_t | index |
Id of the frame. | |
uint64_t | track_id |
Id of the track this frame belong to. | |
TRTCFrameflag | flags |
Flags associated with the frame (ex. IFrame for frames) | |
uint64_t | decoding_timestamp |
The decoding timestamp. Unit is microsecond for TRTC_Transceiver_Write_Frame();RTP timestamp clock for callback TRTCOnFrameFn(). | |
uint64_t | presentation_timestamp |
The presentation timestamp. Unit is microsecond for TRTC_Transceiver_Write_Frame();RTP timestamp clock for callback TRTCOnFrameFn(). | |
uint64_t | duration |
The duration of the frame. Can be 0. Unit is microsecond for TRTC_Transceiver_Write_Frame();RTP timestamp clock for callback TRTCOnFrameFn(). | |
uint32_t | size |
Size of the frame data in bytes. | |
char * | data |
The frame bits. | |
char* data |
The frame bits.
uint64_t decoding_timestamp |
The decoding timestamp. Unit is microsecond for TRTC_Transceiver_Write_Frame();RTP timestamp clock for callback TRTCOnFrameFn().
uint64_t duration |
The duration of the frame. Can be 0. Unit is microsecond for TRTC_Transceiver_Write_Frame();RTP timestamp clock for callback TRTCOnFrameFn().
TRTCFrameflag flags |
Flags associated with the frame (ex. IFrame for frames)
uint32_t index |
Id of the frame.
uint64_t presentation_timestamp |
The presentation timestamp. Unit is microsecond for TRTC_Transceiver_Write_Frame();RTP timestamp clock for callback TRTCOnFrameFn().
uint32_t size |
Size of the frame data in bytes.
uint64_t track_id |
Id of the track this frame belong to.
uint32_t version |