Copyright © 2005-2019 MultiMedia Soft

CastingGetXmlStatistics method

Previous pageReturn to chapter overviewNext page

Remarks

 

Returns a XML formatted string containing statistics about the casting session previously created by a previous call to the CastingCreateFromStreamMixer or CastingCreateFromPlayer methods and started though the CastingStart 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 CastingGetXmlStatistics (

nCastingUniqueID as Int32

) as String


 

[C#]

public string CastingGetXmlStatistics (

Int32 nCastingUniqueID

);


 

[C++]

public: string CastingGetXmlStatistics (

Int32 nCastingUniqueID

);


 

 

Parameter

Description

 

 

nCastingUniqueID

Unique identifier of the casting session returned by a previous call to the CastingCreateFromStreamMixer or CastingCreateFromPlayer methods

 

 

 

Return value

 

Value

Meaning

 

 

Empty string

An error occurred  (see the LastError property for further error details)

Valid string

String containing the XML formatted statistics