| Package | Description |
|---|---|
| android.media |
| Modifier and Type | Method and Description |
|---|---|
static MediaFormat |
MediaFormat.createAudioFormat(String mime,
int sampleRate,
int channelCount) |
static MediaFormat |
MediaFormat.createVideoFormat(String mime,
int width,
int height) |
MediaFormat |
MediaCodec.getOutputFormat() |
MediaFormat |
MediaExtractor.getTrackFormat(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaCodec.configure(MediaFormat format,
Surface surface,
MediaCrypto crypto,
int flags) |
Copyright © 2008-2013. All Rights Reserved.