40 #ifndef LIBDCP_STEREO_J2K_PICTURE_ASSET_H
41 #define LIBDCP_STEREO_J2K_PICTURE_ASSET_H
61 std::shared_ptr<J2KPictureAssetWriter>
start_write(boost::filesystem::path
file, Behaviour behaviour)
override;
62 std::shared_ptr<StereoJ2KPictureAssetReader> start_read ()
const;
65 std::shared_ptr<const Asset> other,
boost::optional< boost::filesystem::path > file() const
A class to describe what "equality" means for a particular test.
A fraction (i.e. a thing with an integer numerator and an integer denominator).
An asset made up of JPEG2000 data.
A 3D (stereoscopic) picture asset.
std::shared_ptr< J2KPictureAssetWriter > start_write(boost::filesystem::path file, Behaviour behaviour) override
Namespace for everything in libdcp.
StereoJ2KPictureAssetReader typedef.