Share via


IDVDStreamControlInfo (Windows Embedded CE 6.0)

1/6/2010

This interface allows you to set the current navigation pack and provides control information about the current output stream.

The following table lists the methods for IDVDStreamControlInfo in the order the compiler calls them.

Method Description

SetNavigationPack

Sets the current navigation pack (NV_PCK) to the one specified.

GetBlockAddress

Returns the navigation pack logical block number (NV_PCK_LBN) for the current video object unit (VOBU).

GetCategory

Returns the video object unit category (VOBU_CAT) for the current video object unit (VOBU).

GetUserOperationControlMask

Returns the video object unit user operation controls (VOBU_UOP_CTL) for the current video object unit (VOBU).

GetPresentationTimes

Returns the video object unit start presentation time (VOBU_S_PTM) and video object unit end presentation time (VOBU_E_PTM) for the current video object unit (VOBU).

GetEndSequencePTM

Returns the video object unit sequence end presentation time (VOBU_SE_E_PTM) for the current video object unit (VOBU).

GetCellRelativeStartTime

Returns the cell elapsed time (C_ELTM) for the current video object unit (VOBU).

GetNonSeamlessAngleChangeAddress

Returns a specified non-seamless angle cell destination address (NSML_AGL_Cn_DSTA) for the current video object unit (VOBU).

GetHighlightInfo

Returns the IDVDHighlightInfo interface for the current video object unit (VOBU).

GetDataSearchInfo

Returns the IDVDDataSearchInfo interface for the current video object unit (VOBU).

GetRecordingVideoInfo

Returns the recording information (RECI) for the current video object unit (VOBU).

GetRecordingAudioInfo

Returns the ISRC information for the current video object unit's (VOBU) video stream (ISRC_V).

GetRecordingSubpictureGroup

Returns the ISRC subpicture selection (ISRC_SP_SEL) group for the current video object unit (VOBU).

GetRecordingSubpictureInfo

Returns the ISRC information for a specified set of subpicture streams (ISRC_SPn) in the current video object unit (VOBU).

ReaderLock

Locks the current stream control information.

ReaderUnlock

Unlocks the current stream control information.

The IDVDStreamControlInfo interface, like all COM interfaces, inherits the IUnknown interface methods.

The IUnknown interface supports the following methods:

Remarks

You can obtain a pointer to an IDVDStreamControlInfo interface in the following ways:

Requirements

Header dvdata.h, dvdata.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

DVD-Video API Interfaces