Méthode | Description | |
---|---|---|
Activate ( ) : void | ||
CastRemoteDisplayUnityExtension ( |
||
Deactivate ( ) : void | ||
GetCastDevices ( CastDevice &connectedCastDevice ) : List |
||
GetCastVolume ( ) : float | ||
OnAudioFilterRead ( float data, int channels ) : void | ||
OnEnable ( ) : void | ||
OnRemoteDisplaySessionStart ( string deviceName ) : void | ||
OnRemoteDisplaySessionStop ( ) : void | ||
RenderFrame ( ) : void | ||
SelectCastDevice ( string deviceId ) : void | ||
SetCastVolume ( float volume ) : void | ||
SetRemoteDisplayTexture ( |
||
StopRemoteDisplaySession ( ) : void | ||
ThrowError ( CastErrorCode errorCode ) : void | ||
UpdateDevices ( ) : void |
public CastRemoteDisplayUnityExtension ( |
||
extensionManager | ||
displaySimulator | Google.Cast.RemoteDisplay.Internal.CastRemoteDisplaySimulator | |
Résultat | System.Collections.Generic |
public GetCastDevices ( CastDevice &connectedCastDevice ) : List |
||
connectedCastDevice | CastDevice | |
Résultat | List |
public OnAudioFilterRead ( float data, int channels ) : void | ||
data | float | |
channels | int | |
Résultat | void |
public OnRemoteDisplaySessionStart ( string deviceName ) : void | ||
deviceName | string | |
Résultat | void |
public OnRemoteDisplaySessionStop ( ) : void | ||
Résultat | void |
public SelectCastDevice ( string deviceId ) : void | ||
deviceId | string | |
Résultat | void |
public SetCastVolume ( float volume ) : void | ||
volume | float | |
Résultat | void |
public SetRemoteDisplayTexture ( |
||
texture | ||
Résultat | void |
public ThrowError ( CastErrorCode errorCode ) : void | ||
errorCode | CastErrorCode | |
Résultat | void |