Click to Rate and Give Feedback
MSDN
MSDN Library
IRTCSDPValidator
 IRTCSDPValidator::CheckAcceptableFm...
Collapse All/Expand All Collapse All
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.


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.

HeaderRTCVideoPlugin.h
Windows Embedded CEWindows Embedded CE 6.0 R2

Reference

IRTCSDPValidator

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker