C# 클래스 Plugin.MediaManager.MediaSession.MediaSessionManager

파일 보기 프로젝트 열기: martijn00/XamarinMediaManager 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HandleAction void
InitMediaSession void
Release void
UpdateMetadata void

공개 메소드들

메소드 설명
MediaSessionManager ( Android.Content.Context appContext, Type serviceType ) : System
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

메소드 상세

MediaSessionManager() 공개 메소드

public MediaSessionManager ( Android.Content.Context appContext, Type serviceType ) : System
appContext Android.Content.Context
serviceType System.Type
리턴 System

UpdatePlaybackState() 공개 메소드

Updates the state of the player.
public UpdatePlaybackState ( int state, int position, string errorMessage = "" ) : void
state int The state.
position int
errorMessage string
리턴 void