Skip to content

Latest commit

 

History

History
107 lines (81 loc) · 3.98 KB

nf-strmif-iamexttransport-put_editstart.md

File metadata and controls

107 lines (81 loc) · 3.98 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:strmif.IAMExtTransport.put_EditStart
IAMExtTransport::put_EditStart (strmif.h)
The put_EditStart method activates the edit control on a capable transport.
IAMExtTransport interface [DirectShow]
put_EditStart method
IAMExtTransport.put_EditStart
IAMExtTransport::put_EditStart
IAMExtTransportput_EditStart
dshow.iamexttransport_put_editstart
put_EditStart
put_EditStart method [DirectShow]
put_EditStart method [DirectShow]
IAMExtTransport interface
strmif/IAMExtTransport::put_EditStart
dshow\iamexttransport_put_editstart.htm
dshow
1fd9c788-2ccb-47e5-bed8-fece9cfdf2a6
4/26/2023
IAMExtTransport interface [DirectShow],put_EditStart method, IAMExtTransport.put_EditStart, IAMExtTransport::put_EditStart, IAMExtTransportput_EditStart, dshow.iamexttransport_put_editstart, put_EditStart, put_EditStart method [DirectShow], put_EditStart method [DirectShow],IAMExtTransport interface, strmif/IAMExtTransport::put_EditStart
strmif.h
Dshow.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Strmiids.lib
Windows
19H1
IAMExtTransport::put_EditStart
strmif/IAMExtTransport::put_EditStart
c++
APIRef
kbSyntax
COM
Strmiids.lib
Strmiids.dll
IAMExtTransport.put_EditStart

IAMExtTransport::put_EditStart

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The put_EditStart method activates the edit control on a capable transport.

This method is not implemented.

-parameters

-param Value [in]

Specifies whether to active the edit control.

Value Description
OATRUE Activates the edit control.
OAFALSE Deactivates the edit control.

-returns

When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

-remarks

Use this method to manually enable edit control. Edit control is defined as the precise enabling of individual, or a set of, record tracks on a VCR; for example, a video-only insert edit, where only the video record head is enabled and a new video signal is recorded—the audio signal is left as is. Use this method to control "on the fly" editing on machines that have this feature.

DV Implementation

MSDV does not support this method. It returns E_NOTIMPL.

-see-also

Error and Success Codes

IAMExtTransport Interface

IAMExtTransport::get_EditStart