C# Class WindowsPhone.Conference.WebRTC.LocalMedia

显示文件 Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
PauseVideo ( ) : bool
ResumeVideo ( ) : bool
Start ( VideoPage videoPage, Action callback ) : void
Stop ( Action callback ) : void

Method Details

PauseVideo() public method

public PauseVideo ( ) : bool
return bool

ResumeVideo() public method

public ResumeVideo ( ) : bool
return bool

Start() public method

public Start ( VideoPage videoPage, Action callback ) : void
videoPage VideoPage
callback Action
return void

Stop() public method

public Stop ( Action callback ) : void
callback Action
return void