@class NSString, AVAudioSessionChannelDescription; @interface TTSAudioSessionChannel : NSObject @property (retain, nonatomic) AVAudioSessionChannelDescription *channel; @property (retain, nonatomic) NSString *channelName; @property (nonatomic) unsigned long long channelNumber; @property (nonatomic) unsigned int channelLabel; @property (retain, nonatomic) NSString *owningPortUID; + (id)channelWithChannel:(id)a0; + (id)convertChannels:(id)a0; - (id)init; - (void)dealloc; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; @end