DetachFlow Method

Detach an AudioVideoFlow.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub DetachFlow ( _
    audioVideoFlow As AudioVideoFlow _
)
'Usage
Dim instance As Player
Dim audioVideoFlow As AudioVideoFlow

instance.DetachFlow(audioVideoFlow)
public void DetachFlow(
    AudioVideoFlow audioVideoFlow
)

Parameters

Remarks

Detach the AudioVideoFlow from this Player. No-op if the given AVFlow is not attached to this Player.

Exceptions

[T:System.ArgumentNullException]: Raised if argument is null.

See Also

Reference

Player Class

Player Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace