CodeTV.ChannelTV.NeedToRebuildTheGraph C# (CSharp) 메소드

NeedToRebuildTheGraph() 공개 메소드

public NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
newChannel ChannelTV
리턴 bool
        public virtual bool NeedToRebuildTheGraph(ChannelTV newChannel)
        {
            return newChannel.AudioRendererDevice != AudioRendererDevice;
        }