14 lines
236 B
C#
14 lines
236 B
C#
namespace rail
|
|
{
|
|
public class RailVoiceCaptureSpecification
|
|
{
|
|
public EnumRailVoiceCaptureChannel channels;
|
|
|
|
public uint samples_per_second;
|
|
|
|
public uint bits_per_sample;
|
|
|
|
public EnumRailVoiceCaptureFormat capture_format;
|
|
}
|
|
}
|