This is true by default, so media playback can be inline. Setting it to false allows specifying that media playback should be always fullscreen.
Settings.mediaPlaybackAllowsInline
bool mediaPlaybackAllowsInline() @propertyGet mediaPlaybackAllowsInline property.
Returns
Whether media playback is full-screen only or inline playback is allowed.
void mediaPlaybackAllowsInline(bool propval) @propertySet mediaPlaybackAllowsInline property.
Parameters
propval | Whether media playback is full-screen only or inline playback is allowed. This is true by default, so media playback can be inline. Setting it to false allows specifying that media playback should be always fullscreen. |