프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HandleAction | void | ||
InitMediaSession | void | ||
Release | void | ||
UpdateMetadata | void |
메소드 | 설명 | |
---|---|---|
MediaSessionManager ( Android.Content.Context appContext, |
||
UpdatePlaybackState ( int state, int position, string errorMessage = "" ) : void |
Updates the state of the player.
|
메소드 | 설명 | |
---|---|---|
HandleAction ( string action ) : void | ||
InitMediaSession ( string packageName, MediaServiceBinder binder ) : void | ||
Release ( ) : void | ||
UpdateMetadata ( IMediaFile currentTrack ) : void |
Updates the metadata on the lock screen
|
public MediaSessionManager ( Android.Content.Context appContext, |
||
appContext | Android.Content.Context | |
serviceType | ||
리턴 | System |
public UpdatePlaybackState ( int state, int position, string errorMessage = "" ) : void | ||
state | int | The state. |
position | int | |
errorMessage | string | |
리턴 | void |