CastingSetTitle method |
|
Remarks
Sets the title of the casting session previously created by a previous call to the CastingCreateFromStreamMixer or CastingCreateFromPlayer methods.
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.CastingSetTitle ( nCastingUniqueID as Long, strTitle as String, strURL as String ) as enumErrorCodes |
[C++] short control.CastingSetTitle ( long nCastingUniqueID, LPCTSTR strTitle, LPCTSTR strURL ); |
Parameter |
Description |
|
|
nCastingUniqueID |
Unique identifier of the casting session returned by a previous call to the CastingCreateFromStreamMixer or CastingCreateFromPlayer methods |
strTitle |
Title of the casting session |
strURL |
URL of the casting session ((for use with ShoutCAST servers only)) |
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 |