void PvH264Decoder::GetLastError |
( |
PvString & |
aString | ) |
const |
Returns the last error that occured with the H.264 decoder.
- Parameters
-
[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.
- Returns
- True if supported, false otherwise.
Pushes an H.264 access unit in the H.264 decoder.
- Parameters
-
[in] | aAccessUnit | The access unit to use as an input. |
- Returns
- Includes:
Resets the decoder status: flushes all input/output.
- Returns
- PvResult::Code::OK on a successful reset.
Attempts to retrieve an image from the decoder.
- Parameters
-
[out] | aImage | The output image. |
The documentation for this class was generated from the following files: