MediaGatewayCanPublishStream Method |
Adjustable to a given client can publish to stream.
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool CanPublishStream(
IClient client,
string streamName
)
Public Overridable Function CanPublishStream (
client As IClient,
streamName As String
) As Boolean
public:
virtual bool CanPublishStream(
IClient^ client,
String^ streamName
)
abstract CanPublishStream :
client : IClient *
streamName : string -> bool
override CanPublishStream :
client : IClient *
streamName : string -> bool
Parameters
- client
- Type: Ozeki.MediaGatewayIClient
That client reference who call this method. - streamName
- Type: SystemString
Unique stream identifier.
Return Value
Type:
BooleanIf the operation is success returns true otherwise false.
See Also