com.adobe.mediacore.info
Class Profile

java.lang.Object
  extended by 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.
 
Method Summary
 int getBitrate()
           
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getBitrate

public int getBitrate()

getWidth

public int getWidth()

getHeight

public int getHeight()