C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
M4MMediaManager ( ) : System

Описание методов

ResetMediaManager() публичный Метод

Resets the M4MMediaManager parameters.
public ResetMediaManager ( ) : void
Результат void

ResumeUserMedia() публичный Метод

Resumes the FMRadio or the MediaPlayer.
public ResumeUserMedia ( ) : void
Результат void

ScanForUserMedias() публичный Метод

Scans the MediaPlayer and the FMRadio in order to update the M4MMediaManager parameters.
public ScanForUserMedias ( ) : void
Результат void