- 
                  
                  Data representation of the SoundMedia. This can be used for caching or to save the data of a sound before it has been uploaded.DeclarationObjective-C @property (readonly, nonatomic) NSData *soundData;Swift var soundData: Data! { get }
- 
                  
                  Whether the sound is locally stored. DeclarationObjective-C @property (readonly, atomic) BOOL isLocalFile;Swift var isLocalFile: Bool { get }
- 
                  
                  Whether the sound is coming from the Voucher server. DeclarationObjective-C @property (readonly, atomic) BOOL isCannedSound;Swift var isCannedSound: Bool { get }
- 
                  
                  Static Initializer to create a SoundMediafrom properties.DeclarationObjective-C + (instancetype)soundMediaWithData:(NSData *)soundData soundUrl:(NSString *)url;Swift convenience init!(data soundData: Data!, soundUrl url: String!)ParameterssoundData- the type of VoucherMedia.url- the title of the VoucherMedia.Return ValueInstance of SoundMedia.
- 
                  
                  Static Initializer to create a SoundMediafrom an NSDictionary.DeclarationObjective-C + (instancetype)soundMediaWithDictionary:(NSDictionary *)dictionary;Swift convenience init!(dictionary: [AnyHashable : Any]!)Parametersdictionary- the dictionary representation of a SoundMedia.Return ValueInstance of SoundMedia.
 View on GitHub
            View on GitHub
           SoundMedia Class Reference
      SoundMedia Class Reference