Class StreamFocusStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
Provides data for the StreamFocusStateChanged event.
public class StreamFocusStateChangedEventArgs : EventArgs
- Inheritance
Properties
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 changed 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. |