Table of Contents

Class BaseRecordTrackRequestParams

public abstract class BaseRecordTrackRequestParams : MubertRequestParams
Inheritance
object
BaseRecordTrackRequestParams
Derived
Inherited Members

Properties

Bitrate

Optional. Bitrate (kbps): 32, 96, 128, 192, 256, 320. Default is 128.

public MubertBitrate? Bitrate { get; set; }

Property Value

MubertBitrate?

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

MubertFormat?

Intensity

Optional. Intensity of the arrangement: low, medium, high. Default is high.

public ArrangementIntensity? Intensity { get; set; }

Property Value

ArrangementIntensity?

Mode

Optional. Composition mode: track, loop. Default is track.

public CompositionMode? Mode { get; set; }

Property Value

CompositionMode?