public class FileAudioConverter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.File |
audio |
private android.content.Context |
mContext |
private android.media.MediaPlayer |
mediaPlayer |
private java.io.File |
mp3File |
Constructor and Description |
---|
FileAudioConverter(android.content.Context mContext) |
FileAudioConverter(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getMp3File() |
private android.media.MediaPlayer mediaPlayer
private java.io.File audio
private java.io.File mp3File
private android.content.Context mContext