Cogs.Core
Public Attributes | List of all members
Cogs::Core::VideoDecoderCallbackData Struct Reference

Public Attributes

class IVideoDecoderdecoder
 
void * userData
 
const struct VideoDecoderPayloadpayload
 
const unsigned char * spspps
 
size_t spspps_size
 
bool is_idr
 
bool is_meta
 

Detailed Description

Definition at line 35 of file IVideoDecoder.h.

Member Data Documentation

◆ decoder

class IVideoDecoder* Cogs::Core::VideoDecoderCallbackData::decoder

Definition at line 37 of file IVideoDecoder.h.

◆ is_idr

bool Cogs::Core::VideoDecoderCallbackData::is_idr

Definition at line 42 of file IVideoDecoder.h.

◆ is_meta

bool Cogs::Core::VideoDecoderCallbackData::is_meta

Definition at line 43 of file IVideoDecoder.h.

◆ payload

const struct VideoDecoderPayload& Cogs::Core::VideoDecoderCallbackData::payload

Definition at line 39 of file IVideoDecoder.h.

◆ spspps

const unsigned char* Cogs::Core::VideoDecoderCallbackData::spspps

Definition at line 40 of file IVideoDecoder.h.

◆ spspps_size

size_t Cogs::Core::VideoDecoderCallbackData::spspps_size

Definition at line 41 of file IVideoDecoder.h.

◆ userData

void* Cogs::Core::VideoDecoderCallbackData::userData

Definition at line 38 of file IVideoDecoder.h.


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