Searched refs:mSourceUrl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java54 private String mSourceUrl = ""; field in class:MediaSource
200 Log.v(TAG, "Current URL is " + mSourceUrl);
460 if (mLogVerbose) Log.v(TAG, "Setting MediaPlayer source to URI " + mSourceUrl);
462 mMediaPlayer.setDataSource(mSourceUrl);
464 mMediaPlayer.setDataSource(mContext, Uri.parse(mSourceUrl.toString()));
474 throw new RuntimeException(String.format("Unable to set MediaPlayer to URL %s!", mSourceUrl), e);
482 throw new RuntimeException(String.format("Unable to set MediaPlayer to URL %s!", mSourceUrl), e);

Completed in 74 milliseconds