Class StreamFocusStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
3

Provides data for the StreamFocusStateChanged event.

C#
Copy
public class StreamFocusStateChangedEventArgs : EventArgs
Inheritance
StreamFocusStateChangedEventArgs

Properties

View Source

ExtraInfo

Gets the extra information.

Declaration
C#
Copy
public string ExtraInfo { get; }
Property Value
Type Description
System.String

The extra information specified in AcquireFocus(AudioStreamFocusOptions, AudioStreamBehaviors, String) or ReleaseFocus(AudioStreamFocusOptions, AudioStreamBehaviors, String).

API Level: 4
View Source

FocusOptions

Gets the focus options.

Declaration
C#
Copy
public AudioStreamFocusOptions FocusOptions { get; }
Property Value
Type Description
AudioStreamFocusOptions

The focus options.

API Level: 4
View Source

FocusState

Gets the changed focus state.

Declaration
C#
Copy
public AudioStreamFocusState FocusState { get; }
Property Value
Type Description
AudioStreamFocusState

The focus state.

API Level: 4
View Source

Reason

Gets the reason for state change of the focus.

Declaration
C#
Copy
public AudioStreamFocusChangedReason Reason { get; }
Property Value
Type Description
AudioStreamFocusChangedReason

The reason for state change of the focus.

API Level: 4