This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Resume a paused multimedia graph
int32_t MmResume(MmGraph_t *graph);
mmedia
This function resumes a paused graph by calling the MediaControl->Resume() function for each filter in the graph.
// Assuming the given graph is created, hooked up, and // started, and we want to continue playback: MmResume(graph);
Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |