MediaFlow Class

Definition

Represents the basic flow for consuming media.

public ref class MediaFlow abstract
public abstract class MediaFlow
type MediaFlow = class
Public MustInherit Class MediaFlow
Inheritance
MediaFlow
Derived

Constructors

MediaFlow(CallDialogContext)

Creates a new instance of a flow for a specific dialog context

Properties

Call

Gets the Call associated with this flow.

SignalingContext

Gets the value of associated SignalingContext for the flow.

State

Gets the MediaFlowState for the flow.

Methods

MakeCallback(AsyncCallback, IAsyncResult)

Invokes a specified call using the application's queue for the events.

RaiseEvent<TEventArg>(EventHandler<TEventArg>, Object, TEventArg)

Raises a generic event with a specific event argument type.

TryUpdateFlowState(MediaFlowState, MediaFlowState)

Updates the MediaFlow's state.

Events

StateChanged

Raised when the state of MediaFlow has changed.

Applies to