fromTracksWithTypes static method
Create from tracks with explicit types
Implementation
static ProduceInput fromTracksWithTypes(List<TrackWithType> tracks) {
return _TypedTracksInput(tracks);
}
Create from tracks with explicit types
static ProduceInput fromTracksWithTypes(List<TrackWithType> tracks) {
return _TypedTracksInput(tracks);
}