Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

AIR for iOS NetStream Video Volume Control

Open Seb-AS opened this issue 7 years ago • 6 comments

AIR for iOS NetStream Video Volume Control

https://bugbase.adobe.com/index.cfm?event=bug&id=4196944

I'm loading and running an MP4 just fine in AIR for iOS. The problem I am having is controlling the volume (muting / unmuting).

I am using soundTransform on the NetStream object, but it is having no effect. It's not erroring either.

var transform:SoundTransform = new SoundTransform();
transform.volume = 0;
netStream.soundTransform = transform;

There is an old problem from Air 3.0.

Note: This property is not supported for H.264 video in AIR 3.0 for iOS.

Seb-AS avatar Aug 20 '17 23:08 Seb-AS