Method | Description | |
---|---|---|
EnqueueRemoteDisplayAudioBuffer ( float data, int dataByteSize, int numberChannels, int numberFrames ) : void | ||
GetCastDevices ( CastDevice &connectedCastDevice ) : List |
||
GetCastVolume ( ) : float | ||
RenderRemoteDisplay ( ) : void | ||
SelectCastDevice ( string deviceID, CastRemoteDisplayConfiguration config ) : bool | ||
SetAudioFormat ( AudioFormat audioFormat, int sampleRate, int numberChannels, bool isInterleaved ) : void | ||
SetCastVolume ( float volume ) : void | ||
SetRemoteDisplayTexture ( |
||
StartScan ( string applicationID, |
||
StopRemoteDisplaySession ( ) : void | ||
TeardownRemoteDisplay ( ) : void |
Method | Description | |
---|---|---|
_native_GCKUnityEnqueueRemoteDisplayAudioBuffer ( float data, int dataByteSize, int numberChannels, int numberFrames ) : void | ||
_native_GCKUnityFreeStringArrayPtr ( |
||
_native_GCKUnityGetCastDeviceInfoAsStringArrayPtr ( ) : |
||
_native_GCKUnityGetCastVolume ( ) : float | ||
_native_GCKUnityRenderRemoteDisplay ( ) : void | ||
_native_GCKUnitySelectCastDevice ( string deviceID, RemoteDisplayConfigStruct remoteDisplayConfigStruct ) : bool | ||
_native_GCKUnitySetAudioFormat ( int audioFormat, int sampleRate, int numberChannels, bool isInterleaved ) : void | ||
_native_GCKUnitySetCastVolume ( float volume ) : void | ||
_native_GCKUnitySetRemoteDisplayTexture ( |
||
_native_GCKUnityStartScan ( string applicationID, string scanListenerName ) : void | ||
_native_GCKUnityStopRemoteDisplaySession ( ) : void | ||
_native_GCKUnityTeardownRemoteDisplay ( ) : void | ||
getStringArrayFromNativePointer ( |
public static EnqueueRemoteDisplayAudioBuffer ( float data, int dataByteSize, int numberChannels, int numberFrames ) : void | ||
data | float | |
dataByteSize | int | |
numberChannels | int | |
numberFrames | int | |
return | void |
public static GetCastDevices ( CastDevice &connectedCastDevice ) : List |
||
connectedCastDevice | CastDevice | |
return | List |
public static SelectCastDevice ( string deviceID, CastRemoteDisplayConfiguration config ) : bool | ||
deviceID | string | |
config | CastRemoteDisplayConfiguration | |
return | bool |
public static SetAudioFormat ( AudioFormat audioFormat, int sampleRate, int numberChannels, bool isInterleaved ) : void | ||
audioFormat | AudioFormat | |
sampleRate | int | |
numberChannels | int | |
isInterleaved | bool | |
return | void |
public static SetCastVolume ( float volume ) : void | ||
volume | float | |
return | void |
public static SetRemoteDisplayTexture ( |
||
texturePtr | ||
return | void |
public static StartScan ( string applicationID, |
||
applicationID | string | |
scanListener | ||
return | void |
public static StopRemoteDisplaySession ( ) : void | ||
return | void |
public static TeardownRemoteDisplay ( ) : void | ||
return | void |