Class BaseRecordTrackRequestParams
public abstract class BaseRecordTrackRequestParams : MubertRequestParams
- Inheritance
-
objectBaseRecordTrackRequestParams
- Derived
- Inherited Members
Properties
Bitrate
Optional. Bitrate (kbps): 32, 96, 128, 192, 256, 320. Default is 128.
public MubertBitrate? Bitrate { get; set; }
Property Value
Duration
Required. Duration of the track in seconds.
public string Duration { get; set; }
Property Value
- string
Format
Optional. Audio format: mp3, wav, flac. Default is mp3.
public MubertFormat? Format { get; set; }
Property Value
Intensity
Optional. Intensity of the arrangement: low, medium, high. Default is high.
public ArrangementIntensity? Intensity { get; set; }
Property Value
Mode
Optional. Composition mode: track, loop. Default is track.
public CompositionMode? Mode { get; set; }