C# Class Windows.Media.Capture.MediaCapture

Inheritance: IMediaCapture, IMediaCaptureVideoPreview
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
InitializeAsync ( ) : IAsyncAction
InitializeAsync ( [ mediaCaptureInitializationSettings ) : IAsyncAction
StartPreviewToCustomSinkAsync ( [ encodingProfile, [ customMediaSink ) : IAsyncAction
StartPreviewToCustomSinkAsync ( [ encodingProfile, [ customSinkActivationId, [ customSinkSettings ) : IAsyncAction
StartRecordToCustomSinkAsync ( [ encodingProfile, [ customMediaSink ) : IAsyncAction
StartRecordToCustomSinkAsync ( [ encodingProfile, [ customSinkActivationId, [ customSinkSettings ) : IAsyncAction

Method Details

AddEffectAsync() public méthode

public AddEffectAsync ( [ mediaStreamType, [ effectActivationID, [ effectSettings ) : IAsyncAction
mediaStreamType [
effectActivationID [
effectSettings [
Résultat IAsyncAction

CapturePhotoToStorageFileAsync() public méthode

public CapturePhotoToStorageFileAsync ( [ type, [ file ) : IAsyncAction
type [
file [
Résultat IAsyncAction

CapturePhotoToStreamAsync() public méthode

public CapturePhotoToStreamAsync ( [ type, [ stream ) : IAsyncAction
type [
stream [
Résultat IAsyncAction

ClearEffectsAsync() public méthode

public ClearEffectsAsync ( [ mediaStreamType ) : IAsyncAction
mediaStreamType [
Résultat IAsyncAction

GetEncoderProperty() public méthode

public GetEncoderProperty ( [ mediaStreamType, [ propertyId ) : object
mediaStreamType [
propertyId [
Résultat object

GetPreviewMirroring() public méthode

public GetPreviewMirroring ( ) : bool
Résultat bool

GetPreviewRotation() public méthode

public GetPreviewRotation ( ) : VideoRotation
Résultat VideoRotation

GetRecordRotation() public méthode

public GetRecordRotation ( ) : VideoRotation
Résultat VideoRotation

MediaCapture() public méthode

public MediaCapture ( ) : System
Résultat System

SetEncoderProperty() public méthode

public SetEncoderProperty ( [ mediaStreamType, [ propertyId, [ propertyValue ) : void
mediaStreamType [
propertyId [
propertyValue [
Résultat void

SetPreviewMirroring() public méthode

public SetPreviewMirroring ( [ value ) : void
value [
Résultat void

SetPreviewRotation() public méthode

public SetPreviewRotation ( [ value ) : void
value [
Résultat void

SetRecordRotation() public méthode

public SetRecordRotation ( [ value ) : void
value [
Résultat void

StartPreviewAsync() public méthode

public StartPreviewAsync ( ) : IAsyncAction
Résultat IAsyncAction

StartRecordToStorageFileAsync() public méthode

public StartRecordToStorageFileAsync ( [ encodingProfile, [ file ) : IAsyncAction
encodingProfile [
file [
Résultat IAsyncAction

StartRecordToStreamAsync() public méthode

public StartRecordToStreamAsync ( [ encodingProfile, [ stream ) : IAsyncAction
encodingProfile [
stream [
Résultat IAsyncAction

StopPreviewAsync() public méthode

public StopPreviewAsync ( ) : IAsyncAction
Résultat IAsyncAction

StopRecordAsync() public méthode

public StopRecordAsync ( ) : IAsyncAction
Résultat IAsyncAction