Skip to content

Polly  >  Enums  >  OutputFormat

OutputFormat

Enum Class

OutputFormat

Bases: UnknownEnumMixin, StrEnum

Attributes

ALAW class-attribute instance-attribute
ALAW = 'alaw'
JSON class-attribute instance-attribute
JSON = 'json'
MP3 class-attribute instance-attribute
MP3 = 'mp3'
MULAW class-attribute instance-attribute
MULAW = 'mulaw'
OGG_OPUS class-attribute instance-attribute
OGG_OPUS = 'ogg_opus'
OGG_VORBIS class-attribute instance-attribute
OGG_VORBIS = 'ogg_vorbis'
PCM class-attribute instance-attribute
PCM = 'pcm'