mm_video_angle_info_t

Video angle settings

Synopsis:

#include <mm/types.h>

typedef struct mm_video_angle_info {
    uint32_t      title;
    uint8_t       total;
    int8_t        current;
    int8_t        angles_available;
    int8_t        align;
} mm_video_angle_info_t;

Description:

The structure mm_video_angle_info_t includes at least the members described in the table below.

Member Type Description
title uint32_t The title of video for which angle information is provided.
total uint8_t The number of video angles available.
current int8_t The current video angle.
angles_available int8_t Indicate if changing the video angle will take effect on the current chapter. Clear if no effect on the current chapter.
align int8_t Aligns the structure to 32 bits.

Classification:

QNX Multimedia

See also:

mme_video_get_status(), mme_video_set_angle()