SystemVolumeNativeExtension
SystemVolumeNativeExtension copied to clipboard
An AIR native extension to interact with the system volume for iOS and Android devices.
errorlog: ArgumentError: Error #3500: The extension context does not have a method with the name setupPort. at flash.external::ExtensionContext/_call() at flash.external::ExtensionContext/call() at com.quetwo.Arduino::ArduinoConnector/connect()[E:\TheWorld\SpecialGroup\ScratchCFun\ANE\ANE_lib\src\com\quetwo\Arduino\ArduinoConnector.as:102] at arduino::ArduinoUart/arduinoUartOpen()[D:\Scratch\src\arduino\ArduinoUart.as:134] at arduino::ArduinoUartConnect/findComStatusTrue()[D:\Scratch\src\arduino\ArduinoUartConnect.as:213] at Scratch/showCOMMenu()[D:\Scratch\src\Scratch.as:1410] at uiwidgets::IconButton/mouseDown()[D:\Scratch\src\uiwidgets\IconButton.as:178]...
Can you compile it for the current ios version and the new 64bit requirement?
Hello, It is working if I am using your given ANE directly in example but when I recompile and makes new ANE then I am getting this error. This is...
I'm trying to compile in Flash CC 2014 AIR16.0 for iOS and getting this error: "libIOSVolumeLib.a are required to have universal IOS libraries. Please contact the ANE developer(s) to get...
Hi, on Android 5 it can read the volume status, but doesn't set it. cheers
See Attached Image: 
Always get this error as it comes to private var iOSAudioControll:VolumeController = VolumeController.instance; application.xml - part looks like this: net.digitalprimates.volume If tried to include the volume.ane as an external library...
Love the ANE - Works well, though, while trying to fetch VolumeController.instance.systemVolume it is returning NaN.