Skip to content

SNAudioStreamType

Ju Liaoyuan edited this page Dec 20, 2022 · 1 revision

SNAudioStreamType Constants Reference

  Declared in SNConstant.h

SNAudioStreamType

Definition

typedef NS_ENUM(NSInteger, SNAudioStreamType ) {   
    
    SNAudioStreamTypeMixed = 1,
    
    SNAudioStreamTypeMulti = 2,
    
};

Constants

SNAudioStreamTypeMixed

   Declared In SNConstant.h.

SNAudioStreamTypeMulti

   Declared In SNConstant.h.

Clone this wiki locally