Copyright © 2001-2019 MultiMedia Soft

StreamLoadedFromInetPlaylist event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs after the player has tried to load an Internet stream taken from a playlist stored inside a web server.

 

For further details about Internet streams support see the How to play Internet streams section.

 

 

Syntax

 

[Visual Basic]

StreamLoadedFromInetPlaylist (

ByVal nPlayer as Integer,

ByVal bSuccess as enumBoolean,

ByVal strItemURL as String

)


 

[C++]

void StreamLoadedFromInetPlaylist (

short nPlayer,

long bSuccess,

LPCTSTR strItemURL

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event

bSuccess

The stream loading result.

Supported values are the following:

Mnemonic value

Value

Meaning

BOOL_FALSE

0

The stream loading failed

BOOL_TRUE

1

The stream loading was successful. In this situation also the StreamLoaded event is fired

strItemURL

String containing the URL of the Internet stream