| MediaGateway Methods | 
The MediaGateway type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanPlayStream | 
            Overrideable method for checks whether the client can play the stream.
             | 
|  | CanPublishStream | 
            Adjustable to a given client can publish to stream.
             | 
|  | GetServiceT | 
            It returns the Mediagateway services. (Invoke it after you started the Mediagateway service.)
             | 
|  | OnClientConnect | 
            Overrideable method for indicates a client connection. You can extends functionality if you override this method in your class.
             | 
|  | OnClientDisconnect | 
            Overrideable method for indicates a client disconnection. You can extends functionality if you override this method in your class.
             | 
|  | OnStart | |
|  | OnStreamClose | 
            Overrideable method for indicates the client close his IMediaStream.
             | 
|  | OnStreamPublishStart | 
            Overrideable method for indicates the client starts publish his IMediastream.
             | 
|  | Start | 
            Starts the service.
             | 
 See Also
See Also