@interface AVConcreteValueTiming : AVValueTiming { double _value; double _timeStamp; double _rate; } - (id)initWithAnchorValue:(double)a0 anchorTimeStamp:(double)a1 rate:(double)a2; - (double)anchorValue; - (double)anchorTimeStamp; - (double)rate; - (struct { double x0; double x1; })_timing; - (id)copyWithZone:(struct _NSZone { } *)a0; @end