Home
last modified time | relevance | path

Searched refs:VsndPcmFormat (Results 1 – 2 of 2) sorted by relevance

/xen/tools/golang/xenlight/
A Dtypes.gen.go832 type VsndPcmFormat int type
834 VsndPcmFormatS8 VsndPcmFormat = 1
835 VsndPcmFormatU8 VsndPcmFormat = 2
836 VsndPcmFormatS16Le VsndPcmFormat = 3
837 VsndPcmFormatS16Be VsndPcmFormat = 4
838 VsndPcmFormatU16Le VsndPcmFormat = 5
839 VsndPcmFormatU16Be VsndPcmFormat = 6
840 VsndPcmFormatS24Le VsndPcmFormat = 7
841 VsndPcmFormatS24Be VsndPcmFormat = 8
858 VsndPcmFormatGsm VsndPcmFormat = 25
[all …]
A Dhelpers.gen.go2536 x.SampleFormats = make([]VsndPcmFormat, n)
2538 x.SampleFormats[i] = VsndPcmFormat(v)

Completed in 14 milliseconds