Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtPrivate::QAudioBufferChannelView< SampleType > Struct Template Reference

#include <qaudiobuffer_support_p.h>

+ Collaboration diagram for QtPrivate::QAudioBufferChannelView< SampleType >:

Public Member Functions

SampleType & operator[] (int frame)
 

Public Attributes

QSpan< SampleType > m_buffer
 
const int m_channel
 
const int m_numberOfChannels
 

Detailed Description

template<typename SampleType>
struct QtPrivate::QAudioBufferChannelView< SampleType >

Definition at line 35 of file qaudiobuffer_support_p.h.

Member Function Documentation

◆ operator[]()

template<typename SampleType>
SampleType & QtPrivate::QAudioBufferChannelView< SampleType >::operator[] ( int frame)
inline

Definition at line 37 of file qaudiobuffer_support_p.h.

Member Data Documentation

◆ m_buffer

template<typename SampleType>
QSpan<SampleType> QtPrivate::QAudioBufferChannelView< SampleType >::m_buffer

Definition at line 39 of file qaudiobuffer_support_p.h.

◆ m_channel

template<typename SampleType>
const int QtPrivate::QAudioBufferChannelView< SampleType >::m_channel

Definition at line 40 of file qaudiobuffer_support_p.h.

◆ m_numberOfChannels

template<typename SampleType>
const int QtPrivate::QAudioBufferChannelView< SampleType >::m_numberOfChannels

Definition at line 41 of file qaudiobuffer_support_p.h.


The documentation for this struct was generated from the following file: