C# Class Adapter_适配器模式.Examples_MediaPlayer媒体播放器_实例1.MediaAdapter_媒体适配器

Inheritance: IMediaPlayer_媒体播放器接口
Afficher le fichier Open project: oopxiajun/designMode

Méthodes publiques

Méthode Description
MediaAdapter_媒体适配器 ( String audioType ) : System
Play ( string audioType, string fileName ) : void

Method Details

MediaAdapter_媒体适配器() public méthode

public MediaAdapter_媒体适配器 ( String audioType ) : System
audioType String
Résultat System

Play() public méthode

public Play ( string audioType, string fileName ) : void
audioType string
fileName string
Résultat void