Class StreamFocusStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the Stream
public class StreamFocusStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args StreamFocus State Changed Event Args
Properties
View SourceExtraInfo
Gets the extra information.
Declaration
public string ExtraInfo { get; }
Property Value
Type | Description |
---|---|
string | The extra information specified in Acquire |
See Also
FocusOptions
Gets the focus options.
Declaration
public AudioStreamFocusOptions FocusOptions { get; }
Property Value
Type | Description |
---|---|
Audio |
The focus options. |
FocusState
Gets the changed focus state.
Declaration
public AudioStreamFocusState FocusState { get; }
Property Value
Type | Description |
---|---|
Audio |
The focus state. |
Reason
Gets the reason for state change of the focus.
Declaration
public AudioStreamFocusChangedReason Reason { get; }
Property Value
Type | Description |
---|---|
Audio |
The reason for state change of the focus. |