Class: Kaltura::Constants::AudioCodec

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/audio_codec.rb

Overview

The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.

Constant Summary collapse

NONE =

invalid audio codec

""
MP3 =

mp3 formatted audio file

"mp3"
AAC =

apple formatted audio file

"aac"
VORBIS =

ogg vorbis formatted audio file

"vorbis"
WMA =

windows audio formatted audio file

"wma"