public class VideoInfo extends Object
| Constructor and Description |
|---|
VideoInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitRate()
Returns the video stream (average) bit rate.
|
String |
getDecoder()
Returns the video stream decoder name.
|
float |
getFrameRate()
Returns the video frame rate.
|
VideoSize |
getSize()
Returns the video size.
|
String |
toString() |
public String getDecoder()
public VideoSize getSize()
public float getFrameRate()
public int getBitRate()
Copyright © 2018. All rights reserved.