Searched defs:AudioFrameRenderMode (Results 1 – 2 of 2) sorted by relevance
188 struct AudioFrameRenderMode { struct189 uint64_t frames;190 struct AudioTimeStamp time;191 struct AudioSampleAttributes attrs;192 AudioChannelMode mode;193 uint32_t byteRate;194 uint32_t periodSize;195 uint32_t periodCount;196 uint32_t startThreshold;197 uint32_t stopThreshold;[all …]
171 struct AudioFrameRenderMode { struct172 uint64_t frames;173 struct AudioTimeStamp time;174 struct AudioSampleAttributes attrs;175 enum AudioChannelMode mode;176 uint32_t byteRate;177 uint32_t periodSize;178 uint32_t periodCount;179 uint32_t startThreshold;180 uint32_t stopThreshold;[all …]