MediaCapture.StartRecordToCustomSinkAsync(MediaEncodingProfile, IMediaExtension) | startRecordToCustomSinkAsync(MediaEncodingProfile, IMediaExtension) method

This topic has not yet been rated - Rate this topic

Start recording to a custom media sink using the specified encoding profile.

Syntax


mediaCapture.startRecordToCustomSinkAsync(encodingProfile, customMediaSink).done( /* Your success and error handlers */ );

Parameters

encodingProfile

Type: MediaEncodingProfile

The encoding profile to use for the recording.

customMediaSink

Type: IMediaExtension

The media extension for the custom media sink.

Return value

Type: IAsyncAction

An object that is used to control the asynchronous operation.

Remarks

A RecordLimitationExceeded event is raised if the record limit is exceeded. In Windows 8, the current record limit is three hours.

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
StartRecordToCustomSinkAsync(MediaEncodingProfile, String, IPropertySet)
RecordLimitationExceeded

 

 

Build date: 12/4/2012

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