Class: Kaltura::Constants::VideoCodec

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

Constant Summary collapse

NONE =
""
VP6 =
"vp6"
H263 =
"h263"
H264 =
"h264"
FLV =
"flv"
MPEG4 =
"mpeg4"
THEORA =
"theora"
WMV2 =
"wmv2"
WMV3 =
"wmv3"
WVC1A =
"wvc1a"