Stereo Panoramic Player
1.1.0
|
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
Enumerations | |
enum | EPanoramicMediaLayout : uint8 { EPanoramicMediaLayout::StereoOverUnder, EPanoramicMediaLayout::Mono } |
Options for the media layout. More... | |
|
strong |
Options for the media layout.
It can be stereoscopic (over/under) or mono. Stereoscopic (over/under) means that the source is divided in two logically. In the top part there is the left-eye source, and in the bottom the right-eye source.
Enumerator | |
---|---|
StereoOverUnder | Stereoscopic (over/under) media layout. |
Mono | Mono media layout. |