Property | Defined 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 |
Method | Defined 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 |
audioCodec | property |
audioCodec:String
[read-only] The audio codec of the rendition
public function get audioCodec():String
bitrate | property |
bitrate:uint
[read-only] The bitrate in bits per second for the rendition
public function get bitrate():uint
height | property |
height:uint
[read-only] The height of the rendition in pixels
public function get height():uint
streamId | property |
streamId:String
[read-only] The stream id provided in the manifest for the rendition
public function get streamId():String
videoCodec | property |
videoCodec:String
[read-only] The video codec of the rendition
public function get videoCodec():String
width | property |
width:uint
[read-only] The width of the rendition in pixels
public function get width():uint
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.
ParametersstreamId: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
|