示例#1
0
 public TargetTrack(int sourceTrackIndex, bool shouldInclude, bool shouldTranscode, MediaTrackFormat format)
 {
     this.sourceTrackIndex = sourceTrackIndex;
     this.shouldInclude    = shouldInclude;
     this.shouldTranscode  = shouldTranscode;
     this.format           = format;
 }
 public MediaTrackFormat(MediaTrackFormat mediaTrackFormat)
 {
     this.index    = mediaTrackFormat.index;
     this.mimeType = mediaTrackFormat.mimeType;
 }