7 #ifndef __PVH264DECODER_H__
8 #define __PVH264DECODER_H__
10 #include <PvCodecLib.h>
31 bool IsAvailable()
const;
37 PvResult Retrieve( IMFSample *aSample );
40 void GetLastError(
PvString &aString )
const;
41 void ResetLastError();
45 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:183
Result information.
Definition: PvResult.h:30
String class.
Definition: PvString.h:26