Packagecom.adobe.mediacore
Classpublic class Rendition
InheritanceRendition Inheritance Object



Public Properties
 PropertyDefined By
  audioCodec : String
[read-only] The audio codec of the rendition
Rendition
  bitrate : uint
[read-only] The bitrate in bits per second for the rendition
Rendition
  height : uint
[read-only] The height of the rendition in pixels
Rendition
  streamId : String
[read-only] The stream id provided in the manifest for the rendition
Rendition
  videoCodec : String
[read-only] The video codec of the rendition
Rendition
  width : uint
[read-only] The width of the rendition in pixels
Rendition
Public Methods
 MethodDefined By
  
Rendition(streamId:String, bitrate:uint, width:uint, height:uint, videoCodec:String, audioCodec:String)
Contains the properties of a video quality that is part of the multibitrate stream.
Rendition
Property Detail
audioCodecproperty
audioCodec:String  [read-only]

The audio codec of the rendition


Implementation
    public function get audioCodec():String
bitrateproperty 
bitrate:uint  [read-only]

The bitrate in bits per second for the rendition


Implementation
    public function get bitrate():uint
heightproperty 
height:uint  [read-only]

The height of the rendition in pixels


Implementation
    public function get height():uint
streamIdproperty 
streamId:String  [read-only]

The stream id provided in the manifest for the rendition


Implementation
    public function get streamId():String
videoCodecproperty 
videoCodec:String  [read-only]

The video codec of the rendition


Implementation
    public function get videoCodec():String
widthproperty 
width:uint  [read-only]

The width of the rendition in pixels


Implementation
    public function get width():uint
Constructor Detail
Rendition()Constructor
public function Rendition(streamId:String, bitrate:uint, width:uint, height:uint, videoCodec:String, audioCodec:String)

Contains the properties of a video quality that is part of the multibitrate stream.

Parameters
streamId:String — The id provided in the manifest for the rendition
 
bitrate:uint — The bitrate in bits per second for the rendition
 
width:uint — The width of the rendition in pixels
 
height:uint — The height of the rendition in pixels
 
videoCodec:String — The video codec of the rendition
 
audioCodec:String — The audio codec of the rendition