You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Gaven Henry (JIRA)" <ji...@apache.org> on 2016/09/07 01:31:20 UTC

[jira] [Created] (CB-11817) audioSettings shows as unused variable and settings are not used when configuring a recorder

Gaven Henry created CB-11817:
--------------------------------

             Summary: audioSettings shows as unused variable and settings are not used when configuring a recorder
                 Key: CB-11817
                 URL: https://issues.apache.org/jira/browse/CB-11817
             Project: Apache Cordova
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Plugin Media
    Affects Versions: 2.3.0
         Environment: iOS
            Reporter: Gaven Henry
            Priority: Minor


xcode shows up 2 warnings when building within CDVSound.m

1) unused variable 'audioSettings'
2) Null passed to a callee that requires non-null when creating an audioFile.recorder

To resolve both of these just need to pass the autoSettings object to the audioFile.recorder function.

This resolves both warnings and actually applies the autoSettings as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org