MediaGateway Class |
Namespace: Ozeki.MediaGateway
The MediaGateway type exposes the following members.
Name | Description | |
---|---|---|
![]() | MediaGateway |
Create a new instance of MediaGateway. Configuration will be read from App.config file.
|
![]() | MediaGateway(MediaGatewayConfig) |
Create a new instance of MediaGateway with a MediaGatewayConfig object.
|
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.
|
Name | Description | |
---|---|---|
![]() | ConnectedClients |
Returns the connected client reference list.
|