Class StreamFocusStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
Provides data for the StreamFocusStateChanged event.
C#Copypublic class StreamFocusStateChangedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsStreamFocusStateChangedEventArgs
Properties
Declaration
C#Copypublic string ExtraInfo { get; }
Property Value
Type | Description |
---|---|
System.String | The extra information specified in AcquireFocus(AudioStreamFocusOptions, AudioStreamBehaviors, String) or ReleaseFocus(AudioStreamFocusOptions, AudioStreamBehaviors, String). |
See Also
API Level: 4
Declaration
C#Copypublic AudioStreamFocusOptions FocusOptions { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusOptions | The focus options. |
API Level: 4
Declaration
C#Copypublic AudioStreamFocusState FocusState { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusState | The focus state. |
API Level: 4
Declaration
C#Copypublic AudioStreamFocusChangedReason Reason { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusChangedReason | The reason for state change of the focus. |