CameraCaptureUIVideoCaptureSettings.MaxDurationInSeconds 屬性

定義

決定視訊的最大持續時間。

public:
 property float MaxDurationInSeconds { float get(); void set(float value); };
float MaxDurationInSeconds();

void MaxDurationInSeconds(float value);
public float MaxDurationInSeconds { get; set; }
var single = cameraCaptureUIVideoCaptureSettings.maxDurationInSeconds;
cameraCaptureUIVideoCaptureSettings.maxDurationInSeconds = single;
Public Property MaxDurationInSeconds As Single

屬性值

Single

float

影片的最大持續時間。 如果此屬性設定為零,則不會強制執行最大持續時間。

Windows 需求

應用程式功能
microphone webcam

適用於