MediaGatewayCanPlayStream Method |
Overrideable method for checks whether the client can play the stream.
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool CanPlayStream(
IClient client,
IMediaStream mediaStream
)
Public Overridable Function CanPlayStream (
client As IClient,
mediaStream As IMediaStream
) As Boolean
public:
virtual bool CanPlayStream(
IClient^ client,
IMediaStream^ mediaStream
)
abstract CanPlayStream :
client : IClient *
mediaStream : IMediaStream -> bool
override CanPlayStream :
client : IClient *
mediaStream : IMediaStream -> bool
Parameters
- client
- Type: Ozeki.MediaGatewayIClient
That client reference who call this method. - mediaStream
- Type: Ozeki.MediaGatewayIMediaStream
Return Value
Type:
BooleanIf the operation is success returns true otherwise false.
See Also