Share via


IRTCParticipant3::get_SendVideoStopped (Windows Embedded CE 6.0)

1/6/2010

This method enables an application to retrieve a value that indicates whether video playback is stopped on the Participant object.

Syntax

HRESULT get_SendVideoStopped( 
    VARIANT_BOOL *pfStopped
);

Parameters

  • pfStopped
    [out] VARIANT_BOOL that indicates whether video playback is stopped. VARIANT_TRUE indicates that video playback is stopped, 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::put_SendVideoStopped

Concepts

IRTCParticipant3