public class VideoInfo extends Object
| Constructor | Description |
|---|---|
VideoInfo() |
| Modifier and Type | Method | 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 © 2019. All rights reserved.