Camera APIs for native code (Windows Phone 8)
July 21, 2014
Applies to: Windows Phone 8 and Windows Phone Silverlight 8.1 only
This section describes the camera capture interfaces for native code. Use them for advanced photo, video, and audio capture in Windows Phone 8 apps.
The following interfaces extend the Windows.Phone.Media.Capture classes for native code.
Interface | Methods | Use | More info |
|---|---|---|---|
ICameraCapturePreviewSink | OnFrameAvailable | Photos and Video | |
ICameraCaptureDeviceNative | SetPreviewSink, SetPreviewFormat, GetPreviewBufferTexture, SetDevice | Photos and Video | |
IAudioVideoCaptureDeviceNative | SetAudioSampleSink, SetVideoSampleSink | Video | IAudioVideoCaptureDeviceNative interface for Windows Phone 8 |
ICameraCaptureSampleSink | OnSampleAvailable | Video |