Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
MmResume

MmResume

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

MmResume()

Resume a paused multimedia graph

Synopsis:

int32_t MmResume(MmGraph_t *graph);

Arguments:

graph
A pointer to a graph.

Library:

mmedia

Description:

This function resumes a paused graph by calling the MediaControl->Resume() function for each filter in the graph.

Returns:

0
Success.
-1
An error occurred.

Examples:

  // Assuming the given graph is created, hooked up, and
  // started, and we want to continue playback:

  MmResume(graph);

Classification:

Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

MmPause(), MmSeek()