Пример #1
0
 MarkerAnnotation(Type type, float timeInSeconds)
 {
     this.timeInSeconds = timeInSeconds;
     payload            = Payload.Create(type);
 }
 TagAnnotation(Type type, float startTime, float duration)
 {
     this.startTime = startTime;
     this.duration  = duration;
     payload        = Payload.Create(type);
 }