mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			16 lines
		
	
	
		
			435 B
		
	
	
	
		
			Matlab
		
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			435 B
		
	
	
	
		
			Matlab
		
	
| 
											7 years ago
										 | // | ||
|  | //  Copyright (c) 2019 Open Whisper Systems. All rights reserved. | ||
|  | // | ||
|  | 
 | ||
|  | #import "AVAudioSession+OWS.h" | ||
|  | 
 | ||
|  | @implementation AVAudioSession(OWS) | ||
|  | 
 | ||
|  | 
 | ||
|  | - (BOOL)ows_setCategory:(AVAudioSessionCategory)category withOptions:(AVAudioSessionCategoryOptions)options error:(NSError **)outError API_AVAILABLE(ios(6.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos) | ||
|  | { | ||
|  |     return [self setCategory:category withOptions:options error:outError]; | ||
|  | } | ||
|  | 
 | ||
|  | @end |