Click or drag to resize

IBuilderStartVideoRecording(String) Method

Start recording the scene, end with StopVideoRecording

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
bool StartVideoRecording(
	string videoFileName
)

Parameters

videoFileName  String
Where to save the movie, file extension determines movie format

Return Value

Boolean
true if sucessful
See Also