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

적용 대상