public class VideoTrackInfo extends TrackInfo
Constructor and Description |
---|
VideoTrackInfo(int codec,
int originalCodec,
int id,
int profile,
int level,
int bitRate,
String language,
String description,
int width,
int height,
int sampleAspectRatio,
int sampleAspectRatioBase,
int frameRate,
int frameRateBase,
String codecDescription)
Create a new video track info.
|
Modifier and Type | Method and Description |
---|---|
int |
frameRate()
Get the frame rate.
|
int |
frameRateBase()
Get the frame rate base.
|
int |
height()
Get the video height.
|
int |
sampleAspectRatio()
Get the sample aspect ratio.
|
int |
sampleAspectRatioBase()
Get the sample aspect ratio base.
|
String |
toString() |
int |
width()
Get the video width.
|
bitRate, codec, codecDescription, codecName, description, id, language, level, originalCodecName, orignalCodec, profile
public VideoTrackInfo(int codec, int originalCodec, int id, int profile, int level, int bitRate, String language, String description, int width, int height, int sampleAspectRatio, int sampleAspectRatioBase, int frameRate, int frameRateBase, String codecDescription)
codec
- video codecoriginalCodec
- original video codecid
- track idprofile
- profilelevel
- levelbitRate
- bit-ratelanguage
- languagedescription
- descriptionwidth
- widthheight
- heightsampleAspectRatio
- sample aspect ratiosampleAspectRatioBase
- sample aspect ratio baseframeRate
- frame rateframeRateBase
- frame rate basecodecDescription
- codec descriptionpublic final int width()
public final int height()
public final int sampleAspectRatio()
public final int sampleAspectRatioBase()
public final int frameRate()
public final int frameRateBase()
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.