com.adobe.mediacore.info
Class Profile
java.lang.Object
com.adobe.mediacore.info.Profile
public class Profile
- extends Object
Class exposing profile information.
Constructor Summary |
Profile(int bitrate,
int width,
int height)
Default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Profile
public Profile(int bitrate,
int width,
int height)
- Default constructor.
- Parameters:
bitrate
- the declared bitrate of this profile. It must be the upper-band of
the overall bitrate of each media segment of this profile ( including the
content overhead and any additional information which is needed for playback).width
- the native width of this profile.height
- the native height of this profile.
getBitrate
public int getBitrate()
getWidth
public int getWidth()
getHeight
public int getHeight()