IDvdControl::TitlePlay
Microsoft DirectShow 9.0 |
IDvdControl::TitlePlay
- Note The IDvdControl interface is deprecated. Use IDvdControl2 instread.
Finds the media file with the specified title index and plays it back.
Syntax
HRESULT TitlePlay( ULONG uiTitle );
Parameters
uiTitle
Value that specifies the title number DirectShow will play back; this value must be from 1 through 99.
Return Value
Returns an HRESULT value .
Remarks
This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu, DVD_DOMAIN_VideoTitleSetMenu, DVD_DOMAIN_Title, or DVD_DOMAIN_Stop. For more information, see DVD_DOMAIN.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also