# Print output for @column tags ?>
public
static
interface
MediaCodec.OnFirstTunnelFrameReadyListener
| android.media.MediaCodec.OnFirstTunnelFrameReadyListener |
Listener to be called when the first output frame has been decoded
and is ready to be rendered for a codec configured for tunnel mode with
KEY_AUDIO_SESSION_ID.
See also:
Public methods | |
|---|---|
abstract
void
|
onFirstTunnelFrameReady(MediaCodec codec)
Called when the first output frame has been decoded and is ready to be rendered. |
public abstract void onFirstTunnelFrameReady (MediaCodec codec)
Called when the first output frame has been decoded and is ready to be rendered.
| Parameters | |
|---|---|
codec |
MediaCodec: This value cannot be null. |