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

Public Attributes

const void * data = nullptr
 
size_t size = 0
 
int64_t timestamp = 0
 
bool end_of_stream = false
 
bool discontinuity = false
 
bool end_of_picture = false
 
bool use_timestamp = false
 

Detailed Description

Definition at line 75 of file IVideoDecoder.h.

Member Data Documentation

◆ data

const void* Cogs::Core::VideoDecoderPayload::data = nullptr

Definition at line 77 of file IVideoDecoder.h.

◆ discontinuity

bool Cogs::Core::VideoDecoderPayload::discontinuity = false

Definition at line 81 of file IVideoDecoder.h.

◆ end_of_picture

bool Cogs::Core::VideoDecoderPayload::end_of_picture = false

Definition at line 82 of file IVideoDecoder.h.

◆ end_of_stream

bool Cogs::Core::VideoDecoderPayload::end_of_stream = false

Definition at line 80 of file IVideoDecoder.h.

◆ size

size_t Cogs::Core::VideoDecoderPayload::size = 0

Definition at line 78 of file IVideoDecoder.h.

◆ timestamp

int64_t Cogs::Core::VideoDecoderPayload::timestamp = 0

Definition at line 79 of file IVideoDecoder.h.

◆ use_timestamp

bool Cogs::Core::VideoDecoderPayload::use_timestamp = false

Definition at line 83 of file IVideoDecoder.h.


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