|
AVBlocks for C++
1.9
Audio and Video Software Development Kit
|
StreamInfoEnum is a read-only collection of StreamInfo objects. More...
Inherits Reference.
Public Member Functions | |
| virtual int32_t | count () const =0 |
| Returns the number of StreamInfo objects in the collection. | |
| virtual primo::codecs::StreamInfo * | at (int32_t index) const =0 |
| Returns the stream information for the specified item. | |
Protected Member Functions | |
| ~StreamInfoEnum () | |
| This object can be destroyed only by the AVBlocks library. | |
StreamInfoEnum is a read-only collection of StreamInfo objects.
| virtual primo::codecs::StreamInfo* at | ( | int32_t | index | ) | const [pure virtual] |
Returns the stream information for the specified item.
| index | [in] The stream index in the collection. |
The caller is not required to release the returned object.
| virtual int32_t count | ( | ) | const [pure virtual] |
Returns the number of StreamInfo objects in the collection.