Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Directly from Apple's docs: <a href="http://developer.apple.com/library/ios/documentation/mediaplayer/reference/MPMoviePlayerController_Class/Reference/Reference.html#//apple_ref/occ/instp/MPMoviePlayerController/useApplicationAudioSession" rel="nofollow">http://developer.apple.com/library/ios/documentation/mediaplayer/reference/MPMoviePlayerController_Class/Reference/Reference.html#//apple_ref/occ/instp/MPMoviePlayerController/useApplicationAudioSession</a></p> <blockquote> <p>useApplicationAudioSession A Boolean value that indicates whether the movie player should use the app’s audio session.</p> <p>@property (nonatomic) BOOL useApplicationAudioSession Discussion The default value of this property is YES. Setting this property to NO causes the movie player to use a system-supplied audio session with a nonmixable playback category.</p> <p>Important In iOS 3.1 and earlier, a movie player always uses a system-supplied audio session. To obtain that same behavior in iOS 3.2 and newer, you must set this property’s value to NO. When this property is YES, the movie player shares the app’s audio session. This give you control over how the movie player content interacts with your audio and with audio from other apps, such as the iPod. For important guidance on using this feature, see “Working with Movies and iPod Music” in Audio Session Programming Guide.</p> <p>Changing the value of this property does not affect the currently playing movie. For the new setting to take effect, you must stop playback and then start it again.</p> <p>Availability Available in iOS 3.2 and later. Declared In MPMoviePlayerController.h</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload