Struct SoundEffectInfo
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Represents the configuration and parameters for applying sound effects to audio processing. This structure allows you to specify the type of sound effect and, if necessary, a reference audio device to enhance the audio processing capabilities.
public struct SoundEffectInfo
Constructors
View SourceSoundEffectInfo(SoundEffectType, AudioDevice)
Initializes a new instance of the Sound
Declaration
public SoundEffectInfo(SoundEffectType type, AudioDevice device)
Parameters
Type | Name | Description |
---|---|---|
Sound |
type | The SoundEffectType. |
Audio |
device | The AudioDevice to be refered. |
SoundEffectInfo(SoundEffectType)
Initializes a new instance of the Sound
Declaration
public SoundEffectInfo(SoundEffectType type)
Parameters
Type | Name | Description |
---|---|---|
Sound |
type | The SoundEffectType. |
Exceptions
Type | Condition |
---|---|
System. |
Invalid input enum type. |
Properties
View SourceReferenceDevice
Gets the reference audio device used by the sound effect as an additional source of audio data.
Declaration
public readonly AudioDevice ReferenceDevice { get; }
Property Value
Type | Description |
---|---|
Audio |
Type
Gets the type of sound effect that will be applied, as specified in the Sound
Declaration
public readonly SoundEffectType Type { get; }
Property Value
Type | Description |
---|---|
Sound |