vdr-plugin-softhddevice-drm-gles 1.4.0
Public Attributes | List of all members
CodecInfo Struct Reference

Codec information structure Contains lambdas for sync word detection and frame size calculation. More...

Public Attributes

int minSize
 
std::function< bool(const uint8_t *)> MatchSyncWord
 
std::function< int(const uint8_t *)> GetFrameSize
 

Detailed Description

Codec information structure Contains lambdas for sync word detection and frame size calculation.

Definition at line 48 of file pes.cpp.

Member Data Documentation

◆ GetFrameSize

std::function<int(const uint8_t*)> CodecInfo::GetFrameSize

Definition at line 51 of file pes.cpp.

◆ MatchSyncWord

std::function<bool(const uint8_t*)> CodecInfo::MatchSyncWord

Definition at line 50 of file pes.cpp.

◆ minSize

int CodecInfo::minSize

Definition at line 49 of file pes.cpp.


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