Click or drag to resize
MediaDescriptionFactoryCreateLocalMediaDescription 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: 1.8.12.0 (1.8.12)
Syntax
public MediaDescription CreateLocalMediaDescription(
	string connection,
	Origin origin,
	List<MediaChannelDescription> mediaStreams,
	bool unicast
)

Parameters

connection
Type: SystemString
Lokális IP cím, amire fogadjuk a media-t
origin
Type: Ozeki.MediaOrigin
mediaStreams
Type: System.Collections.GenericListMediaChannelDescription
Csatornák
unicast
Type: SystemBoolean
Egy címre akarunk-e küldeni

Return Value

Type: MediaDescription

Implements

IMediaDescriptionFactoryCreateLocalMediaDescription(String, Origin, ListMediaChannelDescription, Boolean)
See Also