public class MultimediaInfo extends Object
| Constructor | Description |
|---|---|
MultimediaInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
AudioInfo |
getAudio() |
Returns a set of audio-specific informations.
|
long |
getDuration() |
Returns the stream duration in millis.
|
String |
getFormat() |
Returns the multimedia file format name.
|
VideoInfo |
getVideo() |
Returns a set of video-specific informations.
|
String |
toString() |
public String getFormat()
public long getDuration()
public AudioInfo getAudio()
public VideoInfo getVideo()
Copyright © 2019. All rights reserved.