Class DisplayModeCapabilityUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the DisplayModeCapabilityUpdated event.
public class DisplayModeCapabilityUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsDisplayModeCapabilityUpdatedEventArgs
Properties
View SourceDisplayMode
Gets the supported list of display mode capabilities.
Declaration
public ReadOnlyCollection<MediaControlDisplayMode> DisplayMode { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<T><MediaControlDisplayMode> |