LeviLamina
Loading...
Searching...
No Matches
AudioDecoderFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/RefCountInterface.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
class
AudioCodecPairId; }
11
namespace
webrtc {
class
AudioDecoder; }
12
namespace
webrtc {
struct
AudioCodecSpec; }
13
namespace
webrtc {
struct
SdpAudioFormat; }
14
// clang-format on
15
16
namespace
webrtc {
17
18
class
AudioDecoderFactory
:
public
::webrtc::RefCountInterface
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 3
23
virtual ::std::vector<::webrtc::AudioCodecSpec> GetSupportedDecoders() = 0;
24
25
// vIndex: 4
26
virtual
bool
IsSupportedDecoder(
::webrtc::SdpAudioFormat
const
&) = 0;
27
28
// vIndex: 5
29
virtual ::std::unique_ptr<::webrtc::AudioDecoder>
30
MakeAudioDecoder(
::webrtc::SdpAudioFormat
const
&, ::std::optional<::webrtc::AudioCodecPairId>) = 0;
31
32
// vIndex: 2
33
virtual
~AudioDecoderFactory
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
};
48
49
}
// namespace webrtc
webrtc::AudioDecoderFactory
Definition
AudioDecoderFactory.h:18
webrtc::RefCountInterface
Definition
RefCountInterface.h:10
webrtc::SdpAudioFormat
Definition
SdpAudioFormat.h:7
src
mc
external
webrtc
AudioDecoderFactory.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0