Class: HLS::ApplicationVideo::Rendition

Inherits:
Data
  • Object
show all
Defined in:
lib/hls/application_video.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bitrateObject (readonly)

Returns the value of attribute bitrate

Returns:

  • (Object)

    the current value of bitrate



43
44
45
# File 'lib/hls/application_video.rb', line 43

def bitrate
  @bitrate
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



43
44
45
# File 'lib/hls/application_video.rb', line 43

def height
  @height
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



43
44
45
# File 'lib/hls/application_video.rb', line 43

def width
  @width
end