The SoundFormat enumeration in the Sandbox
namespace defines the various audio formats supported by the system. This enum is used to specify the format of sound data, which can affect both the quality and size of audio files.
The SoundFormat enumeration in the Sandbox
namespace defines the various audio formats supported by the system. This enum is used to specify the format of sound data, which can affect both the quality and size of audio files.
Member Name | Summary |
---|---|
PCM16 | Represents 16-bit Pulse Code Modulation format, offering high-quality audio. |
PCM8 | Represents 8-bit Pulse Code Modulation format, providing lower quality audio compared to PCM16. |
MP3 | Represents the MPEG-1 Audio Layer III format, a common compressed audio format. |
ADPCM | Represents Adaptive Differential Pulse Code Modulation format, a compressed audio format. |