class documentation
class OpenLABELStreamInfos(object): (source)
Constructor: OpenLABELStreamInfos(infos)
A collection of multiple OpenLABELStreamInfo
objects.
Method | __init__ |
Undocumented |
Method | get |
Aggregates attributes from all streams in this collection. |
Instance Variable | infos |
Undocumented |
Property | frame |
All frame numbers existing in the OpenLABELStreamInfo objects in this collection. |
Aggregates attributes from all streams in this collection.
Parameters | |
frameNone | a specific frame number for which to get stream attributes |
Returns | |
a dictionary of attributes from all streams in this collection |