mme_trksessionview_get_info()

Get information about a track in a track session

Synopsis:

#include <mme/mme.h>

int mme_trksessionview_get_info( mme_hdl_t *hdl,
                                 unsigned track,
                                 unsigned title,
                                 mme_trksessionview_info_t *info );

Arguments:

hdl
The handle of the control context.
track
The number of the track for which you want information, counted sequentially from track 0 in the track session. (The track number is zero-based.)
title
The title on the device or DVD for which you want information, counted sequentially from title 1 in the device track session. (The title number is one-based.)
info
A pointer to the information about the MME track session, the device track session, and (where applicable) the video chapters.

Library:

mme

Description:

The function mme_trksessionview_get_info() retrieves information about a title or track on a DVD or a device, such as an iPod, that manages its own track sessions, and places it in the structure mme_trksessionview_info_t.

Events

None delivered.

Blocking and validation

This function performs no validations and doesn't block.

Returns:

>0
Success
-1
An error occurred (errno is set).

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

mme_trksession_append_files(), mme_trksession_clear_files(), mme_trksession_resume_state(), mme_trksession_save_state(), mme_trksession_set_files(), mme_trksession_get_current(), mme_trksessionview_info_t