CSharpRTMP.Core.Protocols.Cluster.SlaveClusterAppProtocolHandler.PlayStream C# (CSharp) Method

PlayStream() public method

public PlayStream ( uint appId, string streamName ) : void
appId uint
streamName string
return void
        public override void PlayStream(uint appId, string streamName)
        {
            if (OutboundCluster != null) OutboundCluster.PlayStream(appId, streamName);
        }
    }