Operating systems, development tools, and professional
services for connected embedded systems
Home
Developer Resources

MediaSeeker

PDF Documents
More resources

MediaSeeker

Functions for seeking

Synopsis:

static MediaSeeker media_seeker =
{
  Seek
};

Description:

This interface defines the functionality for seeking a graph to a different timestamp. It defines the following function:

Seek()

int32_t (*Seek)(MmFilter_t *filter,
                MmTime_t media_time);

This function should seek the filter to the timestamp media_time. "Media time" is the elapsed media file time, and is of type MmTime_t, an int_64 that stores time in microseconds.

If successful, this function should return 0.

Classification:

Neutrino

See also:

MediaControl

Extending the Multimedia Framework.

 
©2013 QNX Software Systems Limited, a subsidiary of BlackBerry.   BlackBerry Logo