C# Class ChatterBox.Client.Win8dot1.Voip.VideoRenderHelper

Inheritance: IVideoRenderHelper
Show file Open project: openpeer/ChatterBox

Public Methods

Method Description
IsRendererAlreadySetup ( ) : bool
ResolutionChanged ( uint width, uint height ) : void
SetDisplaySize ( Windows size ) : void
SetMediaElement ( CoreDispatcher dispatcher, MediaElement mediaElement ) : void
SetupRenderer ( uint foregroundProcessId, IMediaSource source, Windows videoControlSize ) : void
Teardown ( ) : void
UpdateForegroundProcessId ( uint foregroundProcessId ) : void

Method Details

IsRendererAlreadySetup() public method

public IsRendererAlreadySetup ( ) : bool
return bool

ResolutionChanged() public method

public ResolutionChanged ( uint width, uint height ) : void
width uint
height uint
return void

SetDisplaySize() public method

public SetDisplaySize ( Windows size ) : void
size Windows
return void

SetMediaElement() public method

public SetMediaElement ( CoreDispatcher dispatcher, MediaElement mediaElement ) : void
dispatcher Windows.UI.Core.CoreDispatcher
mediaElement Windows.UI.Xaml.Controls.MediaElement
return void

SetupRenderer() public method

public SetupRenderer ( uint foregroundProcessId, IMediaSource source, Windows videoControlSize ) : void
foregroundProcessId uint
source IMediaSource
videoControlSize Windows
return void

Teardown() public method

public Teardown ( ) : void
return void

UpdateForegroundProcessId() public method

public UpdateForegroundProcessId ( uint foregroundProcessId ) : void
foregroundProcessId uint
return void