Share via


IRTCParticipant3::put_SendVideoStopped

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method enables an application to set a value that indicates whether to stop video playback on the Participant object.

Syntax

HRESULT put_SendVideoStopped( 
    VARIANT_BOOL fStopped
);

Parameters

  • fStopped
    [in] VARIANT_BOOL that indicates whether video playback is stopped. VARIANT_TRUE indicates to stop video playback, while VARIANT_FALSE indicates that video playback is not stopped.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

IRTCParticipant3::get_SendVideoStopped

Concepts

IRTCParticipant3