Sha256: 8a3cfff6d78b78a2a9b8640c77b878c81d6b7f038592f42d1ac3d670b4a9793f
Contents?: true
Size: 605 Bytes
Versions: 10
Compression:
Stored size: 605 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. # # @see Kaltura::FlavorAsset ## class ContainerFormat FLV = "flv" #flash video. MP4 = "mp4" #MPEG-4 video AVI = "avi" #audio video interleave file MOV = "mov" #Apple Quicktime Movie MP3 = "mp3" #mp3 Audio _3GP = "3gp" #3GPP multimedia file OGG = "ogg" #ogg-vorbis video WMV = "wmv" #windows media video ISMV = "ismv" # iMovie file? Unsure of this one. end end end
Version data entries
10 entries across 10 versions & 2 rubygems