IRTCSDPValidator::CheckAcceptableFmtp
Windows Mobile Not SupportedWindows Embedded CE Supported
8/28/2008

The CheckAcceptableFmtp is called by RTC to determine whether the codec can support the requested SDP options. If IRTCSDPValidator is not implemented for a given codec, RTC will allow any SDP options to be indicated to the codec.

Syntax


HRESULT CheckAcceptableFmtp(
  const CHAR *szFmtp
);
Parameters

szFmtp

Specifies the requested media options received from the remote side. This corresponds to the format-specific parameters for the particular codec during SDP negotiation, as described in RFC 2327.

Return Value

Value Description

S_OK

Indicates success. Any other return value is treated as an error, and will be taken to mean the codec is unable or unwilling to satisfy the other side’s requested format. In this case, the codec is not enabled for this session.

Requirements

HeaderRTCVideoPlugin.h
Windows Embedded CEWindows Embedded CE 6.0 R2
See Also

Reference

IRTCSDPValidator

Tags :


Page view tracker