Share via


AttachFlow Method

Attach an AudioVideoFlow.

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

Syntax

'Declaration
Public Sub AttachFlow ( _
    audioVideoFlow As AudioVideoFlow _
)
'Usage
Dim instance As Recorder
Dim audioVideoFlow As AudioVideoFlow

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

Parameters

Remarks

Exceptions

[T:System.ArgumentNullException]: Thrown when the argument is null.

[T:System.InvalidOperationException]: Thrown when the recorder is already attached to another AVFlow.

See Also

Reference

Recorder Class

Recorder Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace