MediaDescriptionFactoryGenerateChannelAnswer Method |
Egy távoli féltől érkező csatornára generál egy választ.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MediaChannelDescription GenerateChannelAnswer(
MediaChannelDescription offer,
CommunicationMode cm,
int port,
SRTPMode srtpMode,
bool unicast
)
Public Function GenerateChannelAnswer (
offer As MediaChannelDescription,
cm As CommunicationMode,
port As Integer,
srtpMode As SRTPMode,
unicast As Boolean
) As MediaChannelDescription
public:
virtual MediaChannelDescription^ GenerateChannelAnswer(
MediaChannelDescription^ offer,
CommunicationMode cm,
int port,
SRTPMode srtpMode,
bool unicast
) sealed
abstract GenerateChannelAnswer :
offer : MediaChannelDescription *
cm : CommunicationMode *
port : int *
srtpMode : SRTPMode *
unicast : bool -> MediaChannelDescription
override GenerateChannelAnswer :
offer : MediaChannelDescription *
cm : CommunicationMode *
port : int *
srtpMode : SRTPMode *
unicast : bool -> MediaChannelDescription
Parameters
- offer
- Type: Ozeki.MediaMediaChannelDescription
Másik féltől érkezett felajánlás. - cm
- Type: Ozeki.MediaCommunicationMode
- port
- Type: SystemInt32
- srtpMode
- Type: Ozeki.CommonSRTPMode
- unicast
- Type: SystemBoolean
Egy címre akarunk-e küldeni
Return Value
Type:
MediaChannelDescriptionImplements
IMediaDescriptionFactoryGenerateChannelAnswer(MediaChannelDescription, CommunicationMode, Int32, SRTPMode, Boolean)See Also