Click or drag to resize

MediaDescriptionFactoryGenerateAnswer Method

Média felajánláshoz válasz generálása, amiben tartalmazza, hogy a csatornák milyen címen érhetőek el, és milyen kodekeket támogatnak.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public MediaDescription GenerateAnswer(
	string connection,
	Origin origin,
	MediaDescription offer,
	bool unicast
)

Parameters

connection
Type: SystemString
Lokális IP cím, amire fogadjuk a media-t
origin
Type: Ozeki.MediaOrigin
offer
Type: Ozeki.MediaMediaDescription
A felajánlás
unicast
Type: SystemBoolean
Egy címre akarunk-e küldeni

Return Value

Type: MediaDescription

Implements

IMediaDescriptionFactoryGenerateAnswer(String, Origin, MediaDescription, Boolean)
See Also