enum SoundFormat : System.Enum

robot_2Generated
code_blocksInput

Description

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.

Members

Static Fields

Member NameSummary
PCM16Represents 16-bit Pulse Code Modulation format, offering high-quality audio.
PCM8Represents 8-bit Pulse Code Modulation format, providing lower quality audio compared to PCM16.
MP3Represents the MPEG-1 Audio Layer III format, a common compressed audio format.
ADPCMRepresents Adaptive Differential Pulse Code Modulation format, a compressed audio format.