Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

MmSetDefaultClock()

Set a graph's synchronization clock

Synopsis:

int32_t MmSetDefaultClock(MmGraph_t *graph);

Arguments:

filter
A pointer to the graph you want to set the synchronization clock for.

Library:

mmedia

Description:

This function sets the graph's synchronization clock to the default clock, if it doesn't already have a synchronization clock. The default clock is based on the realtime clock.

Returns:

0
Success.
-1
An error occurred.

Classification:

Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

MmInitialize()