I'm writing a client for the new TVEngine and using the following code to create a recording schedule but it doesn't work. Any ideas why? All passed-in parameters contain valid values at runtime.
Thanks,
Josh
Code:
tveBusLayer.Schedule(tveChannel.idChannel, tveProgram.idProgram, tveProgram.StartTime, tveProgram.EndTime, (int)scheduleType);
Thanks,
Josh