CastingWmaSetTag method |
|
Remarks
Sets a tag for the WMA casting session.
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.CastingWmaSetTag ( nCastingUniqueID as Long, strTagName as String, strTagText as String ) as enumErrorCodes |
[C++] short control.CastingWmaSetTag ( long nCastingUniqueID, LPCTSTR strTagName, LPCTSTR strTagText ); |
Parameter |
Description |
||||||||||||||||||||||
|
|
||||||||||||||||||||||
nCastingUniqueID |
Unique identifier of the casting session returned by a previous call to CastingCreateFromStreamMixer, CastingCreateFromPlayer, CastingWmaPubPointOpenForStreamMixer, CastingWmaPubPointOpenForPlayer, CastingWmaNetworkOpenForStreamMixer or CastingWmaNetworkOpenForPlayer methods. |
||||||||||||||||||||||
strTagName |
String containing the name of the tag. Typical tags for WMA are the following:
|
||||||||||||||||||||||
strTagText |
String containing the tag's content |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The method call was successful |