Метод | Описание | |
---|---|---|
RecordingThread ( System.Guid recorderTunerId, string serverHostName, int tcpPort, ArgusTV.DataContracts.CardChannelAllocation channelAllocation, System.DateTime startTimeUtc, System.DateTime stopTimeUtc, ArgusTV.DataContracts.UpcomingProgram recordingProgram, string suggestedBaseFileName, TvDatabase recordOnCard, TvDatabase channel ) : System |
Метод | Описание | |
---|---|---|
OnCheckRecordingActive ( ) : bool | ||
OnError ( ) : void | ||
OnPrepareRecording ( RecorderCallbackServiceAgent callbackAgent, string &errorMessage ) : bool | ||
OnStartRecording ( RecorderCallbackServiceAgent callbackAgent, string &errorMessage ) : string | ||
OnStopRecording ( RecorderCallbackServiceAgent callbackAgent, bool abort ) : bool | ||
OnWriteLog ( TraceEventType severity, string message ) : void |
Метод | Описание | |
---|---|---|
DeleteAllMediaPortalSchedules ( ) : void | ||
EnsureCardFree ( bool allowOtherArgusUser, string &errorMessage, bool &argusIsRecordingOnCard ) : bool | ||
StopMediaPortalRecording ( IUser tve3User ) : bool | ||
WaitCardFree ( bool argusIsRecordingOnCard, string &errorMessage ) : bool |
protected OnCheckRecordingActive ( ) : bool | ||
Результат | bool |
protected OnPrepareRecording ( RecorderCallbackServiceAgent callbackAgent, string &errorMessage ) : bool | ||
callbackAgent | RecorderCallbackServiceAgent | |
errorMessage | string | |
Результат | bool |
protected OnStartRecording ( RecorderCallbackServiceAgent callbackAgent, string &errorMessage ) : string | ||
callbackAgent | RecorderCallbackServiceAgent | |
errorMessage | string | |
Результат | string |
protected OnStopRecording ( RecorderCallbackServiceAgent callbackAgent, bool abort ) : bool | ||
callbackAgent | RecorderCallbackServiceAgent | |
abort | bool | |
Результат | bool |
protected OnWriteLog ( TraceEventType severity, string message ) : void | ||
severity | TraceEventType | |
message | string | |
Результат | void |
public RecordingThread ( System.Guid recorderTunerId, string serverHostName, int tcpPort, ArgusTV.DataContracts.CardChannelAllocation channelAllocation, System.DateTime startTimeUtc, System.DateTime stopTimeUtc, ArgusTV.DataContracts.UpcomingProgram recordingProgram, string suggestedBaseFileName, TvDatabase recordOnCard, TvDatabase channel ) : System | ||
recorderTunerId | System.Guid | |
serverHostName | string | |
tcpPort | int | |
channelAllocation | ArgusTV.DataContracts.CardChannelAllocation | |
startTimeUtc | System.DateTime | |
stopTimeUtc | System.DateTime | |
recordingProgram | ArgusTV.DataContracts.UpcomingProgram | |
suggestedBaseFileName | string | |
recordOnCard | TvDatabase | |
channel | TvDatabase | |
Результат | System |