Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides classes for audio, video, and photo capture.
Members
The Windows.Phone.Media.Capture namespace has these types of members:
- Classes
- Enumerations
- Interfaces
Classes
| Class | Description |
|---|---|
| AudioVideoCaptureDevice | Captures audio and video. |
| CameraCaptureFrame | Represents a photo in a capture sequence. |
| CameraCapturePropertyRange | Specifies the range of property values that are supported on the phone. |
| CameraCaptureSequence | A unit of work for capturing frames. |
| CaptureFailedEventArgs | Provides an error code when a capture fails. |
| FrameAcquiredEventArgs | Identifies the frame that has been captured in the FrameAcquired event. |
| KnownCameraAudioVideoProperties | Used to get and set video capture settings. |
| KnownCameraGeneralProperties | Used to get or set general camera settings. |
| KnownCameraPhotoProperties | Used to get or set photo capture settings. |
| MediaCapturePreviewSink | Represents a video sink for preview video from the device's camera. |
| PhotoCaptureDevice | Captures photos. |
| VendorSpecificDataEventArgs | Provides data for the vendor-specific events. |
Enumerations
The Windows.Phone.Media.Capture namespace has these enumerations.
| Enumeration | Description |
|---|---|
| AutoFocusParameters | Indicates if the autofocus, auto exposure, or auto white balance operations will pause. |
| AutoFocusRange | Indicates the camera autofocus range. |
| CameraCaptureAudioFormat | Indicates the format for the audio data. |
| CameraCaptureVideoFormat | Indicates the format for video data. |
| CameraFocusStatus | Indicates whether the camera has clearly focused on something. |
| CameraSceneMode | Indicates the scene or conditions that the camera optimizes for when capturing a photo. |
| CameraSensorLocation | Indicates the location of the camera on the phone (front or back). |
| FlashState | Indicates how a flash is used to capture a photo. |
| FocusIlluminationMode | Indicates how the flash is used to focus. |
| H264EncoderLevel | Indicates the encoding requirements for an H264 profile. |
| H264EncoderProfile | Indicates the profile that is used for H264 video encoding. |
| VideoTorchMode | Indicates whether the torch is on during video capture. |
| WhiteBalancePreset | Indicates the scene or conditions that the camera optimizes for when selecting the color temperature. |
Interfaces
The Windows.Phone.Media.Capture namespace defines these interfaces.
| Interface | Description |
|---|---|
| ICameraCaptureDevice | Represents a camera. |
| IMediaCapturePreviewSink | The interface representing a video sink for preview video from the device's camera. |