DVD_CELL_PIECE
This structure can contain the contents of one of the three different kinds of cell piece information: video manager menu cell piece information (VMGI_CPI), video title set cell piece information (VTS_CPI), or video title set menu cell piece information (VTSM_CPI).
typedef struct {
UINT16 vob_id;
UINT8 c_idn;
UINT32 start;
UINT32 end;
} DVD_CELL_PIECE, *PDVD_CELL_PIECE;
Members
- vob_id
VMGI_VOB_ID element of VMGI_CPI. The element names for VTS_CPI and VTSM_CPI are similar. - c_idn
VMGI_C_IDN element of VMGI_CPI. The element names for VTS_CPI and VTSM_CPI are similar. - start
VMGI_CP_SA element of VMGI_CPI. The element names for VTS_CPI and VTSM_CPI are similar. - end
VMGI_CP_EA element of VMGI_CPI. The element names for VTS_CPI and VTSM_CPI are similar.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
See Also
IEnumDVD_CELL_PIECE | IDVDDomain::GetCellPieceEnumerator | IDVDDomain::GetTotalVideoObjects
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.