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
QtMultimediaPrivate::QRtAudioEngineVoiceCompare Struct Reference

#include <qrtaudioengine_p.h>

Inheritance diagram for QtMultimediaPrivate::QRtAudioEngineVoiceCompare:
Collaboration diagram for QtMultimediaPrivate::QRtAudioEngineVoiceCompare:

Public Types

using is_transparent = std::true_type

Public Member Functions

template<typename Lhs, typename Rhs>
bool operator() (const Lhs &lhs, const Rhs &rhs) const

Static Public Member Functions

static uint64_t getId (VoiceId arg)
static uint64_t getId (const QRtAudioEngineVoice &arg)
static uint64_t getId (const std::shared_ptr< QRtAudioEngineVoice > &arg)

Detailed Description

Definition at line 77 of file qrtaudioengine_p.h.

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ getId() [1/3]

uint64_t QtMultimediaPrivate::QRtAudioEngineVoiceCompare::getId ( const QRtAudioEngineVoice & arg)
inlinestatic

Definition at line 87 of file qrtaudioengine_p.h.

References getId().

Here is the call graph for this function:

◆ getId() [2/3]

uint64_t QtMultimediaPrivate::QRtAudioEngineVoiceCompare::getId ( const std::shared_ptr< QRtAudioEngineVoice > & arg)
inlinestatic

Definition at line 88 of file qrtaudioengine_p.h.

References getId().

Here is the call graph for this function:

◆ getId() [3/3]

uint64_t QtMultimediaPrivate::QRtAudioEngineVoiceCompare::getId ( VoiceId arg)
inlinestatic

Definition at line 86 of file qrtaudioengine_p.h.

Referenced by getId(), getId(), and operator()().

Here is the caller graph for this function:

◆ operator()()

template<typename Lhs, typename Rhs>
bool QtMultimediaPrivate::QRtAudioEngineVoiceCompare::operator() ( const Lhs & lhs,
const Rhs & rhs ) const
inline

Definition at line 81 of file qrtaudioengine_p.h.

References getId().

Here is the call graph for this function:

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