AudioVideoFlowConfigurationChangedEventArgs Class
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.
Represents information received when the configuration of an AudioVideoFlow instance changes.
public ref class AudioVideoFlowConfigurationChangedEventArgs : EventArgs
public class AudioVideoFlowConfigurationChangedEventArgs : EventArgs
type AudioVideoFlowConfigurationChangedEventArgs = class
inherit EventArgs
Public Class AudioVideoFlowConfigurationChangedEventArgs
Inherits EventArgs
- Inheritance
-
AudioVideoFlowConfigurationChangedEventArgs
Remarks
The information in an AudioVideoFlowConfigurationChangedEventArgs instance results when an AudioVideoFlow instance raises the ConfigurationChanged event.
This class does not indicate the specific change in configuration for an AudioVideoFlow instance, only that the configuration changed. The application is responsible for determining which properties of the AudioVideoFlow have changed. The AudioVideoFlow configuration can change due to a variety of reasons: actions by the AudioVideoFlow instance; actions by the remote endpoint; internal configuration changes. For more information, see the description for the ConfigurationChanged event.