The AudioVideoFlowtype exposes the following members.

Methods

  Name Description
BeginApplyChanges Overloaded.
BeginHold Overloaded.
BeginRetrieve Overloaded.
EndApplyChanges
Waits for the pending operation to complete.
EndHold
Waits for the pending operation to complete.
EndRetrieve
Waits for the pending operation to complete.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
Initialize
Copies the properties from the template to the AudioVideoFlow instance.
MakeCallback
Invokes a specified call using the application's queue for the events.
(Inherited from MediaFlow.)
MemberwiseClone (Inherited from Object.)
RaiseEvent < (Of < ( TEventArg > ) > )
Raises a generic event with a specific event argument type.
(Inherited from MediaFlow.)
ToString (Inherited from Object.)
TryUpdateFlowState
Updates the MediaFlow's state.
(Inherited from MediaFlow.)

Properties

  Name Description
Audio
Gets an audio control.
EncryptionPolicy
Gets the current encryption policy.
HoldStatus
Gets the current hold status.
Player
Gets the player currently attached to this AudioVideoFlow.
Recorder
Gets the recorder currently attached to this AudioVideoFlow.
SignalingContext
Gets the value of associated SignalingContext for the flow.
(Inherited from MediaFlow.)
SpeechRecognitionConnector
Gets the speech recognition connector attached to this AudioVideoFlow.
SpeechSynthesisConnector
Gets the speech synthesis connector attached to this AudioVideoFlow.
State
Gets or sets the MediaFlowState for the flow.
(Inherited from MediaFlow.)
ToneController
Gets the ToneController currently attached to this AudioVideoFlow.
ToneEnabled
Gets whether tone is enabled.
TonePolicy
Gets the AudioVideoFlow's tone policy.

Events

  Name Description
ConfigurationChanged
Raised by an AudioVideoFlow instance when any configuration has changed.
StateChanged
Raised when the state of MediaFlow has changed.
(Inherited from MediaFlow.)

See Also