C# Class ModernApp4Me.WP8.Media.M4MMediaManager

Manages the medias source like the radio or the music player in order to be compliant with the validation point number 6.5.1
Datei anzeigen Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
ResetMediaManager ( ) : void

Resets the M4MMediaManager parameters.

ResumeUserMedia ( ) : void

Resumes the FMRadio or the MediaPlayer.

ScanForUserMedias ( ) : void

Scans the MediaPlayer and the FMRadio in order to update the M4MMediaManager parameters.

Private Methods

Method Description
M4MMediaManager ( ) : System

Method Details

ResetMediaManager() public method

Resets the M4MMediaManager parameters.
public ResetMediaManager ( ) : void
return void

ResumeUserMedia() public method

Resumes the FMRadio or the MediaPlayer.
public ResumeUserMedia ( ) : void
return void

ScanForUserMedias() public method

Scans the MediaPlayer and the FMRadio in order to update the M4MMediaManager parameters.
public ScanForUserMedias ( ) : void
return void