CSharpRTMP.Core.Protocols.Rtmfp.FlowStream.CommitHandler C# (CSharp) Method

CommitHandler() protected method

protected CommitHandler ( ) : void
return void
        protected override void CommitHandler()
        {
            if (_publisher != null && _publisher.PublisherId == StreamId)
            {
                _publisher.Flush();
            }
        }