mme_video_get_subtitle_info()

Get subtitle information for a video title

Synopsis:

#include <mme/mme.h>

int mme_video_get_subtitle_info ( mme_hdl_t *hdl,
                                  uint64_t title,
                                  mm_video_subtitle_info_t *info );

Arguments:

hdl
An MME connection handle.
title
The video title for which you want to get the subtitle information.
info
A pointer to a mm_video_subtitle_info_t structure that carries information about the video subtitles.

Library:

mme

Description:

The function mme_video_get_subtitle_info() gets information about the subtitle for video playback for a control context and places it in the structure mm_video_subtitle_info_t.

Events

None delivered.

Blocking and validation

This function blocks on io-media. It returns only when it has completed.

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_video_get_angle_info(), mme_video_get_audio_info(), mme_video_get_info(), mme_video_get_status(), mme_video_set_angle(), mme_video_set_audio(), mme_video_set_properties(), mme_video_set_audio()