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] Public Function CastingWmaConnectedIPGetDesc ( nCastingUniqueID as Int32, nIndexIP as Int32 ) as String |
[C#] public string CastingWmaConnectedIPGetDesc ( Int32 nCastingUniqueID, Int32 nIndexIP ); |
[C++] public: string CastingWmaConnectedIPGetDesc ( Int32 nCastingUniqueID, Int32 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 |