32#include "capturecard.h"
33#include "videosource.h"
34#include "recordschedule.h"
39 attr_bind_t cutting[] =
41 {
"Mark", IS_INT8, (setter_t)MythDTO::SetCutting_MarkType },
42 {
"Offset", IS_INT64, (setter_t)MythDTO::SetCutting_MarkValue },
44 bindings_t CuttingBindArray = {
sizeof(cutting) /
sizeof(attr_bind_t), cutting };