Method | Description | |
---|---|---|
Activate ( ) : void | ||
CastRemoteDisplayiOSExtension ( |
||
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 ( |
||
StopRemoteDisplaySession ( ) : void |
public CastRemoteDisplayiOSExtension ( |
||
extensionManager | ||
return | System |
public GetCastDevices ( CastDevice &connectedCastDevice ) : List |
||
connectedCastDevice | CastDevice | |
return | List |
public OnAudioFilterRead ( float data, int channels ) : void | ||
data | float | |
channels | int | |
return | void |
public OnRemoteDisplaySessionStart ( string deviceId ) : void | ||
deviceId | string | |
return | void |
public SelectCastDevice ( string deviceId ) : void | ||
deviceId | string | |
return | void |
public SetRemoteDisplayTexture ( |
||
texture | ||
return | void |