This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Set the value of a resource for a graph or filter
int32_t MmSetResourceValue(const void *element, const char *resource, void *data);
mmedia
This function sets the resource data for element. The resource string is the same as in MmGetResource(). The data type depends on the resource type.
After changing a resource's value, you should reload any AOResource_t structures that your application currently has cached, because some or all of the resources could have been affected.
Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |