Represents the basic flow for consuming media.

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

Syntax

Visual Basic (Declaration)
Public 
MustInherit 
Class 
MediaFlow
C#
public 
abstract 
class 
MediaFlow
Visual C++
public 
ref class 
MediaFlow 
abstract
JavaScript

Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow');

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.ComponentModel . . :: . MediaFlow
     Microsoft.Rtc.Collaboration.AudioVideo . . :: . AudioVideoFlow
     Microsoft.Rtc.Collaboration . . :: . InstantMessagingFlow

See Also