Java Code Examples for tv.danmaku.ijk.media.player.IMediaPlayer#OnPreparedListener

The following examples show how to use tv.danmaku.ijk.media.player.IMediaPlayer#OnPreparedListener . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: IjkWrapper.java    From Fatigue-Detection with MIT License 4 votes vote down vote up
public void setPreparedListener(IMediaPlayer.OnPreparedListener mPreparedListener) {
    this.mPreparedListener = mPreparedListener;
}
 
Example 2
Source File: MediaPlayerWrapper.java    From MD360Player4Android with Apache License 2.0 4 votes vote down vote up
public void setPreparedListener(IMediaPlayer.OnPreparedListener mPreparedListener) {
    this.mPreparedListener = mPreparedListener;
}
 
Example 3
Source File: IjkVideoView.java    From MVideo with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 4
Source File: IjkVideoView.java    From GiraffePlayer with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 5
Source File: IjkVideoView.java    From WliveTV with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 6
Source File: IjkVideoView.java    From IjkPlayerDemo with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 7
Source File: IjkVideoView.java    From ZZShow with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 8
Source File: IjkVideoView.java    From MD with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 9
Source File: IjkVideoView.java    From LivePlayback with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 10
Source File: IjkVideoView.java    From talk-android with MIT License 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 11
Source File: MediaPlayerView.java    From HeroVideo-master with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 12
Source File: IjkVideoView.java    From TVRemoteIME with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 13
Source File: IjkVideoView.java    From TvPlayer with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 14
Source File: IjkVideoView.java    From MKVideoPlayer with MIT License 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 15
Source File: IjkVideoView.java    From ShareBox with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 16
Source File: PlayerView.java    From VRPlayer with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 17
Source File: IjkVideoView.java    From AndroidTvDemo with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l)
{
    mOnPreparedListener = l;
}
 
Example 18
Source File: MediaPlayerView.java    From HeroVideo-master with Apache License 2.0 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}
 
Example 19
Source File: IjkVideoView.java    From DanDanPlayForAndroid with MIT License 2 votes vote down vote up
/**
 * Register a callback to be invoked when the media file
 * is loaded and ready to go.
 *
 * @param l The callback that will be run
 */
public void setOnPreparedListener(IMediaPlayer.OnPreparedListener l) {
    mOnPreparedListener = l;
}