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;
String class.
Definition: PvString.h:25
Result information.
Definition: PvResult.h:29
Definition: PvResult.h:528
Generic, read-only H264 access unit interface.
Definition: PvH264AccessUnit.h:31
Definition: PvH264Decoder.h:24
Definition: PvH264Decoder.h:18
Image interface to a PvBuffer.
Definition: PvImage.h:181