C# 클래스 ChatterBox.Client.Win8dot1.Voip.VideoRenderHelper

상속: IVideoRenderHelper
파일 보기 프로젝트 열기: openpeer/ChatterBox

공개 메소드들

메소드 설명
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

메소드 상세

IsRendererAlreadySetup() 공개 메소드

public IsRendererAlreadySetup ( ) : bool
리턴 bool

ResolutionChanged() 공개 메소드

public ResolutionChanged ( uint width, uint height ) : void
width uint
height uint
리턴 void

SetDisplaySize() 공개 메소드

public SetDisplaySize ( Windows size ) : void
size Windows
리턴 void

SetMediaElement() 공개 메소드

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

SetupRenderer() 공개 메소드

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

Teardown() 공개 메소드

public Teardown ( ) : void
리턴 void

UpdateForegroundProcessId() 공개 메소드

public UpdateForegroundProcessId ( uint foregroundProcessId ) : void
foregroundProcessId uint
리턴 void