Packagecom.adobe.mediacore.info
Classpublic class Profile
InheritanceProfile Inheritance Object

Class exposing profile information.



Public Properties
 PropertyDefined By
  bitrate : uint
[read-only] The defined bitrate of this profile.
Profile
  height : uint
[read-only] The defined vertical resolution of this profile.
Profile
  width : uint
[read-only] The defined horizontal resolution of this profile.
Profile
Public Methods
 MethodDefined By
  
Profile(bitrate:uint, width:uint, height:uint)
Default constructor.
Profile
Property Detail
bitrateproperty
bitrate:uint  [read-only]

The defined bitrate of this profile. It MUST be an upper bound of the overall bitrate of each media segment (calculated to include container overhead) that appears or will appear in the stream. It should also include any alternate content which might be displayed with this profile.


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

The defined vertical resolution of this profile.


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

The defined horizontal resolution of this profile.


Implementation
    public function get width():uint
Constructor Detail
Profile()Constructor
public function Profile(bitrate:uint, width:uint, height:uint)

Default constructor.

Parameters
bitrate:uint — the declared bitrate of this profile.
 
width:uint — the native width of this profile.
 
height:uint — the native height of this profile.