Package captureplugin.drivers.topfield

Examples of captureplugin.drivers.topfield.TopfieldTimerEntry


            int programStartMinutes = program.getStartTime();
            int programEndMinutes = programStartMinutes + program.getLength();

            if ((programStartMinutes >= recordingStartMinutes) && (programEndMinutes <= recordingEndMinutes)) {
              ProgramTime programTime = new ProgramTime(program, recordingStart.getTime(), recordingEnd.getTime());
              TopfieldTimerEntry timerEntry = new TopfieldTimerEntry(fileName, entryNumber, mode, tuner, programTime);
              timerList.add(timerEntry);
              break;
            }
          }
        }
View Full Code Here

TOP

Related Classes of captureplugin.drivers.topfield.TopfieldTimerEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.