Sha256: 284ad71ccaa73076b0c4be76907ec671150a013a5bc2bdfce1a254c8b206667c
Contents?: true
Size: 313 Bytes
Versions: 10
Compression:
Stored size: 313 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::BitRateMode ## class BitRateMode CBR = 1 #CBR bitrate VBR = 2 #VBR bitrate end end end
Version data entries
10 entries across 10 versions & 2 rubygems