forked from AgoraIO/API-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSampleBufferDisplayView.xib
More file actions
32 lines (32 loc) · 2.1 KB
/
SampleBufferDisplayView.xib
File metadata and controls
32 lines (32 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner"/>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="ISh-KW-ndo" customClass="SampleBufferDisplayView" customModule="APIExample" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="534" height="271"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<customView translatesAutoresizingMaskIntoConstraints="NO" id="8kO-7d-VA3" customClass="AgoraSampleBufferRender">
<rect key="frame" x="0.0" y="0.0" width="534" height="271"/>
</customView>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="8kO-7d-VA3" secondAttribute="bottom" id="26s-1i-acH"/>
<constraint firstItem="8kO-7d-VA3" firstAttribute="leading" secondItem="ISh-KW-ndo" secondAttribute="leading" id="u1f-bh-HP3"/>
<constraint firstItem="8kO-7d-VA3" firstAttribute="top" secondItem="ISh-KW-ndo" secondAttribute="top" id="yFU-1Y-V8d"/>
<constraint firstAttribute="trailing" secondItem="8kO-7d-VA3" secondAttribute="trailing" id="yOt-ds-AhB"/>
</constraints>
<connections>
<outlet property="videoView" destination="8kO-7d-VA3" id="As6-Yv-IoA"/>
</connections>
<point key="canvasLocation" x="142" y="155.5"/>
</customView>
</objects>
</document>