Find the interface control that can handle a specific media format
#include <aoi.h> const AOICtrl_t *AoFindFormats(const AODataFormat_t *format, int32_t *rating, const char *interface, int32_t version);
libaoi.so
This function finds the control that has an AOFormatInspector interface that returns the best rating for the given format and has the given interface and version, if specified.
The AOI control with the best rating for format, or NULL if no control is found.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AODataFormat_t, AoFindExt(), AoFindMime(), AoFindName(), AoFindStreams()