AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
An immutable list of hardware codecs. More...
Public Member Functions | |
virtual HwCodec * | at (int32_t index) const =0 |
Returns a hardware codec by index. More... | |
virtual int32_t | count () const =0 |
Returns the number of hardware codecs in the list. More... | |
Protected Member Functions | |
virtual | ~HwCodecList () |
This object can be destroyed only by the library. | |
An immutable list of hardware codecs.
|
pure virtual |
Returns a hardware codec by index.
index | [in] A zero-based index. @return A pointer to the HwCodec object specified by <i>index</i>. |
The caller is not required to release the returned object.
|
pure virtual |
Returns the number of hardware codecs in the list.