MediaCapture.StartPreviewToCustomSinkAsync(MediaEncodingProfile, String, IPropertySet) method

This topic has not yet been rated - Rate this topic

Starts sending a preview stream to a custom media sink using the specified encoding profile and sink settings.

Syntax


public IAsyncAction StartPreviewToCustomSinkAsync(
  MediaEncodingProfile encodingProfile, 
  string customSinkActivationId, 
  IPropertySet customSinkSettings
)

Parameters

encodingProfile

Type: MediaEncodingProfile

The encoding profile to use for the recording.

customSinkActivationId

Type: System.String [.NET] | Platform::String [C++]

The activatable class ID of the media extension for the custom media sink.

customSinkSettings

Type: IPropertySet

Contains properties of the media extension.

Return value

Type: IAsyncAction

An object that is used to control the asynchronous operation.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Media.Capture
Windows::Media::Capture [C++]

Metadata

Windows.winmd

See also

MediaCapture
StartPreviewToCustomSinkAsync(MediaEncodingProfile, IMediaExtension)

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.