Method | Description | |
---|---|---|
AddEffectAsync ( [ mediaStreamType, [ effectActivationID, [ effectSettings ) : IAsyncAction | ||
CapturePhotoToStorageFileAsync ( [ type, [ file ) : IAsyncAction | ||
CapturePhotoToStreamAsync ( [ type, [ stream ) : IAsyncAction | ||
ClearEffectsAsync ( [ mediaStreamType ) : IAsyncAction | ||
GetEncoderProperty ( [ mediaStreamType, [ propertyId ) : object | ||
GetPreviewMirroring ( ) : bool | ||
GetPreviewRotation ( ) : VideoRotation | ||
GetRecordRotation ( ) : VideoRotation | ||
MediaCapture ( ) : System | ||
SetEncoderProperty ( [ mediaStreamType, [ propertyId, [ propertyValue ) : void | ||
SetPreviewMirroring ( [ value ) : void | ||
SetPreviewRotation ( [ value ) : void | ||
SetRecordRotation ( [ value ) : void | ||
StartPreviewAsync ( ) : IAsyncAction | ||
StartRecordToStorageFileAsync ( [ encodingProfile, [ file ) : IAsyncAction | ||
StartRecordToStreamAsync ( [ encodingProfile, [ stream ) : IAsyncAction | ||
StopPreviewAsync ( ) : IAsyncAction | ||
StopRecordAsync ( ) : IAsyncAction |
Method | Description | |
---|---|---|
InitializeAsync ( ) : IAsyncAction | ||
InitializeAsync ( [ mediaCaptureInitializationSettings ) : IAsyncAction | ||
StartPreviewToCustomSinkAsync ( [ encodingProfile, [ customMediaSink ) : IAsyncAction | ||
StartPreviewToCustomSinkAsync ( [ encodingProfile, [ customSinkActivationId, [ customSinkSettings ) : IAsyncAction | ||
StartRecordToCustomSinkAsync ( [ encodingProfile, [ customMediaSink ) : IAsyncAction | ||
StartRecordToCustomSinkAsync ( [ encodingProfile, [ customSinkActivationId, [ customSinkSettings ) : IAsyncAction |
public AddEffectAsync ( [ mediaStreamType, [ effectActivationID, [ effectSettings ) : IAsyncAction | ||
mediaStreamType | [ | |
effectActivationID | [ | |
effectSettings | [ | |
return | IAsyncAction |
public CapturePhotoToStorageFileAsync ( [ type, [ file ) : IAsyncAction | ||
type | [ | |
file | [ | |
return | IAsyncAction |
public CapturePhotoToStreamAsync ( [ type, [ stream ) : IAsyncAction | ||
type | [ | |
stream | [ | |
return | IAsyncAction |
public ClearEffectsAsync ( [ mediaStreamType ) : IAsyncAction | ||
mediaStreamType | [ | |
return | IAsyncAction |
public GetEncoderProperty ( [ mediaStreamType, [ propertyId ) : object | ||
mediaStreamType | [ | |
propertyId | [ | |
return | object |
public GetPreviewRotation ( ) : VideoRotation | ||
return | VideoRotation |
public SetEncoderProperty ( [ mediaStreamType, [ propertyId, [ propertyValue ) : void | ||
mediaStreamType | [ | |
propertyId | [ | |
propertyValue | [ | |
return | void |
public SetPreviewMirroring ( [ value ) : void | ||
value | [ | |
return | void |
public StartRecordToStorageFileAsync ( [ encodingProfile, [ file ) : IAsyncAction | ||
encodingProfile | [ | |
file | [ | |
return | IAsyncAction |
public StartRecordToStreamAsync ( [ encodingProfile, [ stream ) : IAsyncAction | ||
encodingProfile | [ | |
stream | [ | |
return | IAsyncAction |