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 how audio is processed and played back in the application.
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 how audio is processed and played back in the application.
Member Name | Summary |
---|---|
PCM16 | Represents 16-bit Pulse Code Modulation format, a common uncompressed audio format. |
PCM8 | Represents 8-bit Pulse Code Modulation format, a lower quality uncompressed audio format. |
MP3 | Represents the MPEG-1 Audio Layer III format, a popular compressed audio format. |
ADPCM | Represents Adaptive Differential Pulse Code Modulation format, a compressed audio format. |