C# 클래스 Google.Cast.RemoteDisplay.Internal.CastRemoteDisplayiOSExtension

상속: ICastRemoteDisplayExtension
파일 보기 프로젝트 열기: googlecast/RemoteDisplayUnitySample

공개 메소드들

메소드 설명
Activate ( ) : void
CastRemoteDisplayiOSExtension ( CastRemoteDisplayExtensionManager extensionManager ) : System
Deactivate ( ) : void
GetCastDevices ( CastDevice &connectedCastDevice ) : List
GetCastVolume ( ) : float
OnAudioFilterRead ( float data, int channels ) : void
OnRemoteDisplaySessionStart ( string deviceId ) : void
OnRemoteDisplaySessionStop ( ) : void
RenderFrame ( ) : void
SelectCastDevice ( string deviceId ) : void
SetCastVolume ( float volume ) : void
SetRemoteDisplayTexture ( Texture texture ) : void
StopRemoteDisplaySession ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

CastRemoteDisplayiOSExtension() 공개 메소드

public CastRemoteDisplayiOSExtension ( CastRemoteDisplayExtensionManager extensionManager ) : System
extensionManager CastRemoteDisplayExtensionManager
리턴 System

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

GetCastDevices() 공개 메소드

public GetCastDevices ( CastDevice &connectedCastDevice ) : List
connectedCastDevice CastDevice
리턴 List

GetCastVolume() 공개 메소드

public GetCastVolume ( ) : float
리턴 float

OnAudioFilterRead() 공개 메소드

public OnAudioFilterRead ( float data, int channels ) : void
data float
channels int
리턴 void

OnRemoteDisplaySessionStart() 공개 메소드

public OnRemoteDisplaySessionStart ( string deviceId ) : void
deviceId string
리턴 void

OnRemoteDisplaySessionStop() 공개 메소드

public OnRemoteDisplaySessionStop ( ) : void
리턴 void

RenderFrame() 공개 메소드

public RenderFrame ( ) : void
리턴 void

SelectCastDevice() 공개 메소드

public SelectCastDevice ( string deviceId ) : void
deviceId string
리턴 void

SetCastVolume() 공개 메소드

public SetCastVolume ( float volume ) : void
volume float
리턴 void

SetRemoteDisplayTexture() 공개 메소드

public SetRemoteDisplayTexture ( Texture texture ) : void
texture UnityEngine.Texture
리턴 void

StopRemoteDisplaySession() 공개 메소드

public StopRemoteDisplaySession ( ) : void
리턴 void