Click or drag to resize
SoVRMLMovieTextureurl Property

Specifies the movie data.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFFilePathString url { get; }

Property Value

Type: SoMFFilePathString
Remarks

AVI files (.avi extension) <font color="#0000FF">[Windows only]</font>, MPEG1 and MPEG2 files (.mpg or .mpeg extension) are supported. Specifying a .cam extension (whatever the base file name) <font color="#0000FF">[Windows only]</font> allows you to capture video from a video input device such as a camera. In this case, the setVideoCaptureFormat() method allows you to specify the format you want to obtain from your video input device.

See Also