MediaFlow Members
Include Protected Members
Include Inherited Members
Represents the basic flow for consuming media.
The MediaFlow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MediaFlow | Creates a new instance of a flow for a specific dialog context |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MakeCallback | Invokes a specified call using the application's queue for the events. | |
MemberwiseClone | (inherited from Object) | |
RaiseEvent<TEventArg> | Raises a generic event with a specific event argument type. | |
ToString | (inherited from Object) | |
TryUpdateFlowState | Updates the MediaFlow's state. |
Top
Events
Name | Description | |
---|---|---|
StateChanged | Raised when the state of MediaFlow has changed. |
Top