Searched refs:VsndPcmFormat (Results 1 – 2 of 2) sorted by relevance
832 type VsndPcmFormat int type834 VsndPcmFormatS8 VsndPcmFormat = 1835 VsndPcmFormatU8 VsndPcmFormat = 2836 VsndPcmFormatS16Le VsndPcmFormat = 3837 VsndPcmFormatS16Be VsndPcmFormat = 4838 VsndPcmFormatU16Le VsndPcmFormat = 5839 VsndPcmFormatU16Be VsndPcmFormat = 6840 VsndPcmFormatS24Le VsndPcmFormat = 7841 VsndPcmFormatS24Be VsndPcmFormat = 8858 VsndPcmFormatGsm VsndPcmFormat = 25[all …]
2536 x.SampleFormats = make([]VsndPcmFormat, n)2538 x.SampleFormats[i] = VsndPcmFormat(v)
Completed in 14 milliseconds