CameraCaptureUIVideoCaptureSettings.MaxDurationInSeconds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビデオの最大再生時間を決定します。
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
|