mme_video_set_angle()

Set the video angle

Synopsis:

#include <mme/mme.h>

int mme_video_set_angle ( mme_hdl_t *hdl,
                          uint64_t title,
                          int index );

Arguments:

hdl
An MME connection handle.
title
The video title on which to set the angle.
index
An index to a desired angle from the array filled in by a previous call to mme_video_get_angle_info(). 0 (zero) points to the first available choice.

Library:

mme

Description:

The function mme_video_set_angle() sets the video angle for video playback. Before calling this function, use mme_video_get_angle_info() to get the current video angle.

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_get_subtitle_info(), mme_video_set_audio(), mme_video_set_properties(), mme_video_set_audio()