Merge "Add javadoc for the nullable handler parameter"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1ce2a35deb
@@ -4232,8 +4232,10 @@ public class MediaPlayer extends PlayerBase
|
||||
* @see OnRtpRxNoticeListener
|
||||
*
|
||||
* @param listener the listener called after a notice from RTP Rx
|
||||
* @param handler the {@link Handler} that receives RTP Tx events
|
||||
*
|
||||
* @param handler the {@link Handler} that receives RTP Tx events. If null is passed,
|
||||
* notifications will be posted on the thread that created this MediaPlayer
|
||||
* instance. If the creating thread does not have a {@link Looper}, then
|
||||
* notifications will be posted on the main thread.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
|
||||
Reference in New Issue
Block a user