Class AudioStreamPolicyFocusStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the Focus
public class AudioStreamPolicyFocusStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args AudioStream Policy Focus State Changed Event Args
Properties
View SourceBehaviors
Gets the requested behaviors that should be followed.
Declaration
public AudioStreamBehaviors Behaviors { get; }
Property Value
Type | Description |
---|---|
Audio |
The requested behaviors that should be followed. |
ExtraInfo
Gets the extra information.
Declaration
public string ExtraInfo { get; }
Property Value
Type | Description |
---|---|
string | The extra information specified in Acquire |
See Also
FocusOptions
Gets the focus options.
Declaration
public AudioStreamFocusOptions FocusOptions { get; }
Property Value
Type | Description |
---|---|
Audio |
The focus options. |
FocusState
Gets the focus state.
Declaration
public AudioStreamFocusState FocusState { get; }
Property Value
Type | Description |
---|---|
Audio |
The focus state. |
Reason
Gets the reason for state change of the focus.
Declaration
public AudioStreamFocusChangedReason Reason { get; }
Property Value
Type | Description |
---|---|
Audio |
The reason for state change of the focus. |