BB FlashBack SDK: FBMovie

WebCamVideoMode

Description

Sets the webcam video display mode. Webcam video can be displayed in one of two modes:

  • In-own-window
    The webcam video is displayed in its own independant window, which can be positioned anywhere on the desktop. When in this mode, it is not included in exports.

  • Embedded
    The webcam video is displayed in a frame that can be positioned within the movie. When in this mode, it is included in exports.
     

Syntax

[C#/C++]
public long WebCamVideoMode;

[VB.NET]
Public Property WebCamVideoMode As Long

Remarks

Can be one of these values:

Value

Mode

0

Embedded

1

In own window

 

See Also

FBMovie::HasWebCamVideo  FBMovie::WebCamWindowVisible