libdcp
Public Attributes | List of all members
dcp::VerificationOptions Struct Reference

Public Attributes

boost::optional< boost::uintmax_t > maximum_asset_size_for_hash_check
 < If set, any assets larger than this number of bytes will not have their hashes checked More...
 
bool check_asset_hashes = true
 

Detailed Description

Definition at line 697 of file verify.h.

Member Data Documentation

◆ maximum_asset_size_for_hash_check

boost::optional<boost::uintmax_t> dcp::VerificationOptions::maximum_asset_size_for_hash_check

< If set, any assets larger than this number of bytes will not have their hashes checked

true to check asset hashes (except those which match maximum_asset_size_for_hash_check) false to check no asset hashes.

Definition at line 700 of file verify.h.


The documentation for this struct was generated from the following file: