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
视频的最大持续时间。 如果此属性设置为零,则不强制实施最长持续时间。
Windows 要求
应用功能 |
microphone
webcam
|