IRTCSDPValidator::CheckAcceptableFmtp
Other versions of this page are also available for the following:
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.
HRESULT CheckAcceptableFmtp(
const CHAR *szFmtp
);
- 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.
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. |
Header | RTCVideoPlugin.h |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |