You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

/// Tuning

String-Int GetNumTuners();

String-ServiceIndex GetTunerServiceIndex(TunerIndex);

String-Int GetNumServices();

String-ServiceInfo GetServiceInfo(ServiceIndex);

String-ServiceName GetServiceName(ServiceIndex);

String-Boolean ServiceSelectByIndex(TunerIndex, ServiceIndex);

String-Boolean ServiceSelectByInfo(TunerIndex, ServiceInfo);

String-Boolean ServiceSelectByName(TunerIndex, ServiceName);

// TSB

String-Boolean TsbControl(TunerIndex, Enable/Disable);

String-Boolean IsTsbEnabled(TunerIndex);

String-Boolean CheckDiskSpace(Space);

String-LongLong GetDiskSpace();

/// Playback

String-PlaybackIndex Playback(RecordingIndex, Duration, Delay, Remote);

String-Boolean PlaybackStop(PlaybackIndex);

String-Float GetPlaybackRate(PlaybackIndex);

String-Boolean SetPlaybackRate(PlaybackIndex, RateIndex);

String-Time GetPlaybackPosition(PlaybackIndex);

String-Boolean SetPlaybackPosition(PlaybackIndex, Time);

String-Float GetPlayRate(RateIndex);

String-Int GetPlayRateIndex(Rate);

/// Recording

String-RecordingIndex RecordTuner(TunerIndex, Duration, Delay, Background, Remote);

String-RecordingIndex RecordService(ServiceIndex, Duration, Delay, Background, Remote);

String-RecordingState WaitForRecordingState(RecordingIndex, State);

String-RecordingState RecordingStop(RecordingIndex, State);

String-Int GetNumRecordings();

String-RecordingInfo GetRecordingInfo(RecordingIndex);

String-RecordingState GetRecordingState(RecordingIndex);

String-Time GetRecordingDuration(RecordingIndex);

String-Boolean DeleteAllRecordings();

/// HN

String-Boolean PublishRecording(RecordingIndex);

String-Boolean PublishAllRecordings();

String-Boolean PublishService(ServiceIndex);

String-Boolean PublishAllServices();

String-CdsInfo GetCdsInfo();

  • No labels