StackPackageAccessor Class
Provides access to the prerendered stack images in a LightFieldPackage.
Constructors:
Name | Description | |
---|---|---|
StackPackageAccessor(LightFieldPackage) | Initializes new instance of the StackPackageAccessor class. |
Properties:
Name | Description | |
---|---|---|
HasContent | Gets whether any files are present in the package. | |
HasExceptions | Gets whether any exceptions occured during initialization. | |
HasParallaxStack | Gets whether the package contains a parallax stack. | |
HasRefocusStack | Gets whether the package contains a refocus stack. | |
Metadata | Gets metadata of the package. | |
Package | Gets the LightFieldPackage associated with this accessor. |
Methods:
Name | Description | |
---|---|---|
GetExceptions() | Gets the list of exceptions that occured during initialization. | |
GetDepthLutComponent() | Gets the LightFieldComponent for depth lookup table. | |
GetParallaxMetadata() | Gets the parallax stack metadata. | |
GetRefocusMetadata() | Gets the refocus stack metadata. | |
ThrowIfExceptionsOccured() | Throws the first exception that occured during initialization, if any. |