![]() |
Previous | Next |
This method retrieves a URL to additional information about the presentation.
Syntax
MediaPlayer.GetMoreInfoURL(lMoreInfoType)
Parameters
lMoreInfoType
Long value indicating the type of information contained at the URL location. It can have one of the following possible values.
Value | Visual Basic constant | Description |
0 | mpShowURL | More-information URL for the show. |
1 | mpClipURL | More-information URL for the clip. |
2 | mpBannerURL | More-information URL for the banner. |
Return Value
Returns a String value indicating a URL to additional information about the presentation.
Remarks
This information is contained in the Windows Media metafile describing the current playlist.
Previous | Next |