Click or drag to resize
MediaGateway Methods

The MediaGateway type exposes the following members.

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
See Also