ArgusTV.Recorders.Common.RecorderTunerServiceBase.TuneLiveStream C# (CSharp) Method

TuneLiveStream() public method

public TuneLiveStream ( ArgusTV.DataContracts.Channel channel, ArgusTV.DataContracts.CardChannelAllocation upcomingRecordingAllocation, ArgusTV.DataContracts.LiveStream &liveStream ) : LiveStreamResult
channel ArgusTV.DataContracts.Channel
upcomingRecordingAllocation ArgusTV.DataContracts.CardChannelAllocation
liveStream ArgusTV.DataContracts.LiveStream
return LiveStreamResult
        public virtual LiveStreamResult TuneLiveStream(Channel channel, CardChannelAllocation upcomingRecordingAllocation, ref LiveStream liveStream)
        {
            liveStream = null;
            return LiveStreamResult.NotSupported;
        }