Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MKMacAudioDevice.h « src - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f0edb08c432f4f1d59048036cc64537b03cf990 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2012 The MumbleKit Developers. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#import <MumbleKit/MKAudio.h>
#import "MKAudioDevice.h"

@interface MKMacAudioDevice : MKAudioDevice

@end