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

ビデオの最大再生時間。 このプロパティが 0 に設定されている場合、最大期間は適用されません。

Windows の要件

アプリの機能
microphone webcam

適用対象