|_depthPreset|'''[[#DepthPreset|VideoImportDialog.DepthPreset]]'''|TypeAdv4=true| The kind of depth the video being imported has.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|OpenRoot:[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>|[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>|true| Handles when the dialog is opened to the root menu.
|Preset_360:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports as a 360 video.
|Preset_StereoVideo:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports as a default stereo video.
|Preset_Stereo360:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports as a stereo 360 video.
|Preset_Depth:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports as a depth video.
|Preset_180:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports as a 180 video.
|Preset_Stereo180:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports as a stereo 180 video.
|MenuStereoLayout:[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>|[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>|true| Switches the menu to show the stereo options.
|Preset_HorizontalLR:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports the video as a stereo horizontal Left Right layout.
|Preset_HorizontalRL:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports the video as a stereo horizontal Right Left layout.
|Preset_VerticalLR:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports the video as a stereo vertical Left Right layout.
|Preset_VerticalRL:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports the video as a stereo vertical Right Left layout.
|MenuDepthPreset:[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>|[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>|true| Switches the menu to show the depth options.
|Preset_DepthDefault:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Uses the default depth option.
|Preset_DepthPFCapture:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Uses the PF capture vertical depth option.
|Preset_DepthPFCaptureHorizontal:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Uses the PF capture horizontal depth option.
|Preset_DepthHolofix:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Uses the holofix depth option.
|AsRawFile:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Imports the video as a raw file.
|Return:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Navigates the menu to the previous menu.
}}
== VideoType ==
{{Table EnumValues
|Regular|0| Normal video
|Sphere360|1| Video is recorded in a 360 equilateral rectangle.
|Sphere180|2| Video is recorded in a 180 equilateral rectangle.
|Depth|3| The video is recorded with depth data.
}}
== DepthPreset ==
{{Table EnumValues
|Default|0| Uses no depth data.
|PFCaptureVertical|1| Says depth is captured vertically where the depth data is below the color data.
|PFCaptureHorizontal|2| Says depth is captured horizontally where the depth data is to the left of the color data.