Gets and sets the property SampleRate.
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
CopyC#
, auto
CopyC#
, 22050
CopyC#
, 32000
CopyC#
,
44100
CopyC#
, 48000
CopyC#
96000
If you specify CopyC#
, Elastic Transcoder automatically detects the sample
rate.
auto

C# |
public string SampleRate { get; set; }