AudioVideoFlowTemplate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AudioVideoFlowTemplate() |
Creates a new instance of the AudioVideoFlowTemplate class. |
AudioVideoFlowTemplate(AudioVideoFlow) |
Creates a new instance of the AudioVideoFlowTemplate class, based on the current state. |
AudioVideoFlowTemplate()
Creates a new instance of the AudioVideoFlowTemplate class.
public:
AudioVideoFlowTemplate();
public AudioVideoFlowTemplate ();
Public Sub New ()
Remarks
The on hold default value is false.
Applies to
AudioVideoFlowTemplate(AudioVideoFlow)
Creates a new instance of the AudioVideoFlowTemplate class, based on the current state.
public:
AudioVideoFlowTemplate(Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoFlow ^ audioVideoFlow);
public AudioVideoFlowTemplate (Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlow audioVideoFlow);
new Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlowTemplate : Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlow -> Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlowTemplate
Parameters
- audioVideoFlow
- AudioVideoFlow
Current audio video flow.
Exceptions
Thrown when an AudioVideoFlowTemplate can't be constructed based on a Terminated AudioVideoFlow.
Thrown when audioVideoFlow argument is null.