Public Member Functions | |
| PvH264Decoder () | |
| Constructor. | |
| ~PvH264Decoder () | |
| Destructor. | |
| bool | IsAvailable () const |
| Returns true if H.264 decoding is supported on the system. More... | |
| PvResult | Reset () |
| PvResult | Process (const IPvH264AccessUnit *aAccessUnit) |
| PvResult | Retrieve (PvImage *aImage) |
| Attempts to retrieve an image from the decoder. | |
| void | GetLastError (PvString &aString) const |
| Returns the last error that occured with the H.264 decoder. More... | |
| void | ResetLastError () |
| Resets the last error reported by the object. | |
| void PvH264Decoder::GetLastError | ( | PvString & | aString | ) | const |
Returns the last error that occured with the H.264 decoder.
| [out] | aString | String where the last error description is copied. |
| bool PvH264Decoder::IsAvailable | ( | ) | const |
Returns true if H.264 decoding is supported on the system.
| PvResult PvH264Decoder::Process | ( | const IPvH264AccessUnit * | aAccessUnit | ) |
Pushes an H.264 access unit in the H.264 decoder.
| PvResult PvH264Decoder::Reset | ( | ) |
Resets the decoder status: flushes all input/output.
Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com