Find a control with the best rating for a specific stream
#include <aoi.h> const AOICtrl_t *AoFindStreams(AOIStream_t *stream, int32_t *rating, const char *interface, int32_t version);
libaoi.so
This function finds the control that has an AOStreamInspector interface that returns the best rating for the given stream and has the given interface and version, if specified.
A pointer to an AOICtrl_t structure for the control with the best rating for the given stream, or NULL if no streamer addons are found.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AoFindExt(), AoFindMime(), AoFindFormats(), AoFindName(), AOICtrl_t