vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
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 36 of file pes.cpp.

Member Data Documentation

◆ GetFrameSize

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

Definition at line 39 of file pes.cpp.

◆ MatchSyncWord

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

Definition at line 38 of file pes.cpp.

◆ minSize

int CodecInfo::minSize

Definition at line 37 of file pes.cpp.


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