Class AudioStreamPolicyFocusStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the FocusStateChanged event.
public class AudioStreamPolicyFocusStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioStreamPolicyFocusStateChangedEventArgs
Properties
View SourceBehaviors
Gets the requested behaviors that should be followed.
Declaration
public AudioStreamBehaviors Behaviors { get; }
Property Value
Type | Description |
---|---|
AudioStreamBehaviors | 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 AcquireFocus(AudioStreamFocusOptions, AudioStreamBehaviors, string) or ReleaseFocus(AudioStreamFocusOptions, AudioStreamBehaviors, string). |
See Also
FocusOptions
Gets the focus options.
Declaration
public AudioStreamFocusOptions FocusOptions { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusOptions | The focus options. |
FocusState
Gets the focus state.
Declaration
public AudioStreamFocusState FocusState { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusState | The focus state. |
Reason
Gets the reason for state change of the focus.
Declaration
public AudioStreamFocusChangedReason Reason { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusChangedReason | The reason for state change of the focus. |