CSharpRTMP.Core.Protocols.Cluster.MasterClusterAppProtocolHandler.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)
        {
            //foreach (var inboundClusterProtocol in InboundClusters)
            //{
            //    inboundClusterProtocol.PlayStream(streamName);
            //}
        }