StreamInfoEnum is a read-only collection of StreamInfo objects.
More...
|
| ~StreamInfoEnum () |
| This object can be destroyed only by the AVBlocks library.
|
|
StreamInfoEnum is a read-only collection of StreamInfo objects.
Returns the stream information for the specified item.
- Parameters
-
index | [in] The stream index in the collection. |
- Returns
- A pointer to a StreamInfo object specified by index or NULL if the index is invalid.
The caller is not required to release the returned object.
- See Also
- Object Management
virtual int32_t count |
( |
| ) |
const |
|
pure virtual |
Returns the number of StreamInfo objects in the collection.
- Returns
- number of objects.