AudioVideoFlowTemplate Members
Include Protected Members
Include Inherited Members
The AudioVideoFlowTemplate is used to configure changes that must be made on AudioVideoFlow.
The AudioVideoFlowTemplate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AudioVideoFlowTemplate() | Creates a new instance of the AudioVideoFlowTemplate class. | |
AudioVideoFlowTemplate(AudioVideoFlow) | Creates a new instance of the AudioVideoFlowTemplate class, based on the current state. |
Top
Properties
Name | Description | |
---|---|---|
Audio | Gets the AudioControlTemplate. | |
EncryptionPolicy | Gets or sets the encryption policy. The EncryptionPolicy may be applied to an AudioVideoFlow by calling the AudioVideoFlow's Initialize method. It is recommended that an EncryptionPolicy value of either Required or Optional be applied to secure media communications. However, the EncryptionPolicy applied via an AudioVideoFlowTemplate may be superseded by an encryption policy set by administration configuration. | |
HoldType | Gets or sets the initial hold policy for the AudioVideoFlow. | |
TonePolicy | Gets or sets the tone policy. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top