2 #ifndef _YI_DEFAULT_VIDEO_PLAYER_FACTORY_H_ 3 #define _YI_DEFAULT_VIDEO_PLAYER_FACTORY_H_ 28 static std::unique_ptr<CYIAbstractVideoPlayer>
Create();
An abstract video player that provides a basic interface that all subclasses must implement...
Definition: YiAbstractVideoPlayer.h:55
Constructs a default concrete CYIAbstractVideoPlayer for this platform.
Definition: YiDefaultVideoPlayerFactory.h:20
static std::unique_ptr< CYIAbstractVideoPlayer > Create()