7#ifndef __PVH264DECODER_H__
8#define __PVH264DECODER_H__
10#include <PvCodecLib.h>
27#ifndef NOT_ALLOW_FFMPEG
31 bool IsAvailable()
const;
36 void GetLastError(
PvString &aString )
const;
37 void ResetLastError();
43 bool IsAvailable()
const {
return false; }
48 void GetLastError(
PvString &aString )
const {}
49 void ResetLastError(){}
54 PvResult Retrieve( IMFSample *aSample );
59 PvCodecLib::IH264Decoder *mThis;
Generic, read-only H264 access unit interface.
Definition PvH264AccessUnit.h:32
Definition PvH264Decoder.h:25
Image interface to a PvBuffer.
Definition PvImage.h:176
Result information.
Definition PvResult.h:30
String class.
Definition PvString.h:26
@ NOT_SUPPORTED
The requested feature or functionality is not supported.
Definition PvResult.h:342