Enum AudioStreamBehaviors
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Defines the flags that specify the behaviors of audio streams. This enumeration allows for a bitwise combination of its member values, enabling flexible configurations for audio playback and management.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum AudioStreamBehaviors
Fields
Name | Description |
---|---|
Fading | Indicates that the audio stream should apply a fading effect during transitions. This behavior is useful for creating smoother audio experiences, such as gradually lowering the volume before stopping or increasing the volume when starting playback. |
NoResume | Indicates that the audio stream should not resume automatically after being paused or stopped. This flag can be used when explicit control over playback is desired, requiring the application to manually manage the resumption of audio playback. |