示例#1
0
 public PlaylistSegmentComponent()
 {
     CueId     = 0;
     Length    = 0;
     LoopCount = 0;
     CuePoint  = null;
 }
 public SampleLoopComponent()
 {
     CueId       = 0;
     LoopType    = LoopType.Forward;
     StartOffset = 0;
     EndOffset   = 0;
     Fraction    = 0;
     PlayCount   = 0;
     CuePoint    = null;
 }