Lines Matching full:sample
25 /// A single sample frame on a stereo device means one value for the left
31 /// <code>buffer16[0]</code> is the first left channel sample.
32 /// <code>buffer16[1]</code> is the first right channel sample.
33 /// <code>buffer16[2]</code> is the second left channel sample.
34 /// <code>buffer16[3]</code> is the second right channel sample.
37 /// channel sample.
39 /// channel sample.
62 /// A constructor that creates an audio config based on the given sample rate
65 /// RecommendSampleFrameCount() as the sample frame count.
79 /// RecommendSampleRate() returns the native sample rate used by the
80 /// audio system. Applications that use the recommended sample rate might
88 /// the requested count. The sample frame count determines the overall
90 /// higher CPU utilization. Supported sample frame counts will vary by
92 /// from a cell phone or a high-end audio workstation). Sample counts less
105 /// @return A uint32_t containing the recommended sample frame count if
106 /// successful. If the sample frame count or bit rate is not supported,
119 /// Getter function for returning the internal sample frame count.
121 /// @return A uint32_t containing the sample frame count.