marksOutputTrackAsEnabled
A Boolean value that indicates whether to enable a track in the output for playback and processing.
Declaration
var marksOutputTrackAsEnabled: Bool { get set }Discussion
The default value is true. If the format you’re writing supports disabling tracks, you can disable a track by setting this value to false.
You can’t set this value after writing starts.