Click or drag to resize
MediaGateway Class
Abstract mediagateway service class.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaGatewayMediaGateway

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class MediaGateway

The MediaGateway type exposes the following members.

Constructors
  NameDescription
Protected methodMediaGateway
Create a new instance of MediaGateway. Configuration will be read from App.config file.
Protected methodMediaGateway(MediaGatewayConfig)
Create a new instance of MediaGateway with a MediaGatewayConfig object.
Top
Methods
  NameDescription
Public methodCanPlayStream
Overrideable method for checks whether the client can play the stream.
Public methodCanPublishStream
Adjustable to a given client can publish to stream.
Public methodGetServiceT
It returns the Mediagateway services. (Invoke it after you started the Mediagateway service.)
Public methodOnClientConnect
Overrideable method for indicates a client connection. You can extends functionality if you override this method in your class.
Public methodOnClientDisconnect
Overrideable method for indicates a client disconnection. You can extends functionality if you override this method in your class.
Public methodOnStart
Public methodOnStreamClose
Overrideable method for indicates the client close his IMediaStream.
Public methodOnStreamPublishStart
Overrideable method for indicates the client starts publish his IMediastream.
Public methodStart
Starts the service.
Top
Properties
  NameDescription
Public propertyConnectedClients
Returns the connected client reference list.
Top
See Also