Class AudioStreamPolicyFocusStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 4
Provides data for the FocusStateChanged event.
public class AudioStreamPolicyFocusStateChangedEventArgs : EventArgs
- Inheritance
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. |
API Level: 4
View SourceExtraInfo
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
API Level: 4
View SourceFocusOptions
Gets the focus options.
Declaration
public AudioStreamFocusOptions FocusOptions { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusOptions | The focus options. |
API Level: 4
View SourceFocusState
Gets the focus state.
Declaration
public AudioStreamFocusState FocusState { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusState | The focus state. |
API Level: 4
View SourceReason
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. |