vdr-plugin-softhddevice-drm-gles 1.6.2
CodecInfo Struct Reference

Codec Information Structure. 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 34 of file pes.cpp.

Member Data Documentation

◆ GetFrameSize

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

Definition at line 38 of file pes.cpp.

◆ MatchSyncWord

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

Definition at line 37 of file pes.cpp.

◆ minSize

int CodecInfo::minSize

Definition at line 36 of file pes.cpp.


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