Click or drag to resize
MediaChannelInfo Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMediaChannelInfo

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MediaChannelInfo

The MediaChannelInfo type exposes the following members.

Constructors
  NameDescription
Public methodMediaChannelInfo(String, Int32, IMediaChannel)
Letrehoz egy media channel infot.
Public methodMediaChannelInfo(String, Int32, IMediaChannel, MediaChannelDescription)
Initializes a new instance of the MediaChannelInfo class
Top
Properties
  NameDescription
Public propertyAddress
IP cím, ahová kell küldeni az adatot a másik félnek.
Public propertyMediaChannel
Maga a csatorna.
Public propertyMediaChannelDescription
Csatorna leírása.
Public propertyPort
Port, ahová kell küldeni az adatot a másik félnek.
Top
See Also