[Missing <summary> documentation for "P:Ozeki.Media.Audio.Waveform.Formats.WaveFormat.SampleRate"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public int SampleRate { get; set; } |
Visual Basic |
---|
Public Property SampleRate As Integer Get Set |
Visual C++ |
---|
public: property int SampleRate { int get (); void set (int value); } |