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