|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
Information about a detected audio sync word. More...
#include <pes.h>
Public Attributes | |
| AVCodecID | codecId |
| Detected codec ID. More... | |
| int | pos |
| Position of sync word in buffer. More... | |
| AVCodecID SyncWordInfo::codecId |
Detected codec ID.
Definition at line 162 of file pes.h.
Referenced by cReassemblyBufferAudio::FindTwoConsecutiveFramesWithSameSyncWord(), TEST_CASE(), and cReassemblyBufferAudio::TruncateBufferUntilFirstValidData().
| int SyncWordInfo::pos |
Position of sync word in buffer.
Definition at line 163 of file pes.h.
Referenced by cReassemblyBufferAudio::FindTwoConsecutiveFramesWithSameSyncWord(), TEST_CASE(), and cReassemblyBufferAudio::TruncateBufferUntilFirstValidData().