SFBAudioDecoderErrorCode
enum SFBAudioDecoderErrorCode : NSInteger {}
Possible \c NSError error codes used by \c SFBAudioDecoder
-
Internal decoder error
Declaration
Objective-C
SFBAudioDecoderErrorCodeInternalError = 0
-
Unknown decoder name
Declaration
Objective-C
SFBAudioDecoderErrorCodeUnknownDecoder = 1
-
Invalid, unknown, or unsupported format
Declaration
Objective-C
SFBAudioDecoderErrorCodeInvalidFormat = 2