Click or drag to resize

AvatarRecordingServiceStartStopRecording Method

Method to get the recording to start or stop depending on the passed in parameters and the current state of recording

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool StartStopRecording(
	bool shouldStartRecording,
	bool shouldStopRecording
)

Parameters

shouldStartRecording
Type: SystemBoolean
True if the recording key is pressed
shouldStopRecording
Type: SystemBoolean
True if the stop recording key is pressed

Return Value

Type: Boolean
If a recording was successfully started/stopped
See Also