<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBAVPlayerView.inspector
 IDEInterfaceBuilderCocoaIntegration
 
 Created by Tony Ricciardi on 11/29/12.
 Copyright © 2012-2016 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Controls Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.controlsStyle">
                <option-group>
                    <option title="Default" value="-1" />
                </option-group>
                <option-group>
                    <option title="None" value="0" />
                    <option title="Inline" value="1" />
                    <option title="Floating" value="2" />
                    <option title="Minimal" value="3" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Video Gravity">
            <property type="enumeration" valueType="string" keyPath="inspectedObjectsController.selection.object.videoGravity">
                <option-group>
                    <option value="AVLayerVideoGravityResize"           title="Resize"/>
                    <option value="AVLayerVideoGravityResizeAspect"     title="Resize Aspect"/>
                    <option value="AVLayerVideoGravityResizeAspectFill" title="Resize Aspect Fill"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Show Buttons">
            <property type="boolean" title="Frame Stepping" keyPath="inspectedObjectsController.selection.object.showsFrameSteppingButtons" />
            <property type="boolean" title="Full Screen Toggle" keyPath="inspectedObjectsController.selection.object.showsFullScreenToggleButton" />
            <property type="boolean" title="Sharing Service" keyPath="inspectedObjectsController.selection.object.showsSharingServiceButton" />
        </sliver>
    </section>
</slice>
