Copyright © 2001-2019 MultiMedia Soft

CastingWasapiLoopbackStart event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a WASAPI loopack device, through a call to the the CastingStart method, starts a casting session previously created by one between the CastingCreateFromWasapiLoopback, CastingWmaPubPointOpenFromWasapiLoopback or CastingWmaNetworkOpenFromWasapiLoopback methods.

 

This event is only intended for usage with Windows Vista and later versions.

 

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.

For further details about the use of WASAPI see the WASAPIMan class and the How to manage audio flow through WASAPI tutorial

 

 

Syntax

 

[Visual Basic]

CastingWasapiLoopbackStart (

ByVal nCastingUniqueId as Integer

)


 

[C++]

void CastingWasapiLoopbackStart (

short nCastingUniqueId

);


 

 

Parameter

Description

 

 

nCastingUniqueId

Unique identifier of the casting session returned by a previous call to CastingCreateFromWasapiLoopback, CastingWmaPubPointOpenFromWasapiLoopback or CastingWmaNetworkOpenFromWasapiLoopback methods.