Class StreamFocusStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the StreamFocusStateChanged event.
public class StreamFocusStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStreamFocusStateChangedEventArgs
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
FocusOptions
Gets the focus options.
Declaration
public AudioStreamFocusOptions FocusOptions { get; }
Property Value
Type | Description |
---|---|
AudioStreamFocusOptions | The focus options. |
FocusState
Gets the changed 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. |