Package | com.adobe.mediacore.info |
Class | public class Profile |
Inheritance | Profile ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Profile(bitrate:uint, width:uint, height:uint)
Default constructor. | Profile |
bitrate | property |
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.
public function get bitrate():uint
height | property |
height:uint
[read-only] The defined vertical resolution of this profile.
public function get height():uint
width | property |
width:uint
[read-only] The defined horizontal resolution of this profile.
public function get width():uint
Profile | () | Constructor |
public function Profile(bitrate:uint, width:uint, height:uint)
Default constructor.
Parametersbitrate:uint — the declared bitrate of this profile.
| |
width:uint — the native width of this profile.
| |
height:uint — the native height of this profile.
|