Class XrDevicePcmSampleRateGetInfoFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrDevicePcmSampleRateGetInfoFB extends XrDevicePcmSampleRateStateFB

 struct XrDevicePcmSampleRateGetInfoFB {
     XrStructureType type;
     void * next;
     float sampleRate;
 }