CameraCaptureUIVideoCaptureSettings クラス

定義

ビデオをキャプチャするための設定を提供します。 設定には、形式、最大解像度、最大期間、トリミングを許可するかどうかが含まれます。

public ref class CameraCaptureUIVideoCaptureSettings sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CameraCaptureUIVideoCaptureSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CameraCaptureUIVideoCaptureSettings
Public NotInheritable Class CameraCaptureUIVideoCaptureSettings
継承
Object Platform::Object IInspectable CameraCaptureUIVideoCaptureSettings
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
microphone webcam

注釈

このオブジェクトのインスタンスを取得するには、 VideoSettings プロパティを 取得します。

プロパティ

AllowTrimming

ビデオ トリミング ユーザー インターフェイスを有効にするかどうかを決定します。

Format

キャプチャされたビデオを格納するための形式を決定します。

MaxDurationInSeconds

ビデオの最大再生時間を決定します。

MaxResolution

ユーザーが選択できる最大解像度を決定します。

適用対象