Microsoft DirectX 9.0 |
The put_EditStart method activates the edit control on a capable transport.
Syntax
HRESULT put_EditStart(
long Value
);
Parameters
Value
[in] Specifies whether to active the edit control.
Value | Description |
OATRUE | Activates the edit control. |
OAFALSE | Deactivates the edit control. |
Return Values
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 recordedthe 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