Sha256: 286f6086fe7a0a2787e359c30294698c5056bbe338508dc7a88721d4fc296e7a
Contents?: true
Size: 470 Bytes
Versions: 10
Compression:
Stored size: 470 Bytes
Contents
module Kaltura module Constants ## # The constants module will soon be depreciated into an Enumeration module to # be more in line with the C# API client's namespacing. # ## class AudioCodec NONE = "" #invalid audio codec MP3 = "mp3" # mp3 formatted audio file AAC = "aac" # apple formatted audio file VORBIS = "vorbis" #ogg vorbis formatted audio file WMA = "wma" # windows audio formatted audio file end end end
Version data entries
10 entries across 10 versions & 2 rubygems