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