AVCaptureFileOutput.MaxRecordedFileSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
记录文件的最大大小,或 0,表示没有约束。
public virtual long MaxRecordedFileSize { [Foundation.Export("maxRecordedFileSize")] get; [Foundation.Export("setMaxRecordedFileSize:")] set; }
member this.MaxRecordedFileSize : int64 with get, set
属性值
默认值为 0,表示对文件大小没有约束。
- 属性