CastingWmaConnectedIPGetDesc method |
|
Remarks
Obtains the descriptor of the requested IP address connected to the WMA network session.
The total number of connected IP addresses can be obtained through the CastingWmaConnectedIPGetCount method.
Further information about management of casting sessions can be found inside the How to use the control as a source for streaming servers like SHOUTcast tutorial.
Syntax
[Visual Basic] control.CastingWmaConnectedIPGetDesc ( nCastingUniqueID as Long, nIndexIP as Long ) as String |
[C++] LPCTSTR control.CastingWmaConnectedIPGetDesc ( long nCastingUniqueID, long nIndexIP ); |
Parameter |
Description |
|
|
nCastingUniqueID |
Unique identifier of the casting session returned by a previous call to CastingCreateFromStreamMixer, CastingCreateFromPlayer, CastingWmaPubPointOpenForStreamMixer, CastingWmaPubPointOpenForPlayer, CastingWmaNetworkOpenForStreamMixer or CastingWmaNetworkOpenForPlayer methods. |
nIndexIP |
Zero-based index of the requested IP address |
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
The requested IP address |