![]() |
![]() |
![]() |
![]() |
Information about items found during mediastore exploration
#include <mme/mme.h> typedef struct { uint64_t trksessionid; uint64_t flags; uint32_t track; uint32_t totaltracks; uint32_t title; uint32_t ntitles; uint32_t chapter; uint32_t nchapters; char reserved[16]; } mme_trksessionview_info_t;
The structure mme_trksessionview_info_t carries information about:
It contains at least the members described in the table below.
Member | Type | Description |
---|---|---|
trksessionid | uint64_t | The ID of the current MME track session. |
flags | uint64_t | For future use. |
track | uint32_t | The ID of the current track in the MME track session. |
totaltracks | uint32_t | The total number of tracks in the current MME track session. |
title | uint32_t | The ID of the current title (track) in the device's track session. |
ntitles | uint32_t | The total number of titles (tracks) in the current device track session. |
chapter | uint32_t | For future use. The ID of the current chapter in the current title in the current track session on a DVD, or other mediastore or device. |
nchapters | uint32_t | For future use. The total number of chapters in the current title in the current track session on a DVD, or other mediastore or device. |
reserved | uint32_t | For future use. |
QNX Multimedia
mme_trksession_get_current(), mme_trksessionview_get_info(), mme_trksessionview_metadata_get(), mme_trksessionview_readx(), mme_trksessionview_writedb()
![]() |
![]() |
![]() |
![]() |