Click or drag to resize
MediaGatewayCanPlayStream Method
Overrideable method for checks whether the client can play the stream.

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool CanPlayStream(
	IClient client,
	IMediaStream mediaStream
)

Parameters

client
Type: Ozeki.MediaGatewayIClient
That client reference who call this method.
mediaStream
Type: Ozeki.MediaGatewayIMediaStream

Return Value

Type: Boolean
If the operation is success returns true otherwise false.
See Also