CML
Preparing search index...
@svta/cml-c2pa
MerkleSegmentValidation
Type Alias MerkleSegmentValidation
Result of
validateC2paMerkleSegment
for one media segment.
type
MerkleSegmentValidation
=
{
bmffHashHex
:
string
|
null
;
errorCodes
:
readonly
(
LiveVideoStatusCode
|
C2paStatusCode
)
[]
;
isValid
:
boolean
;
location
:
number
|
null
;
}
Index
Properties
bmff
Hash
Hex
error
Codes
is
Valid
location
Properties
Readonly
bmff
Hash
Hex
bmffHashHex
:
string
|
null
Readonly
error
Codes
errorCodes
:
readonly
(
LiveVideoStatusCode
|
C2paStatusCode
)
[]
Readonly
is
Valid
isValid
:
boolean
Readonly
location
location
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bmff
Hash
Hex
error
Codes
is
Valid
location
CML
Loading...
Result of
validateC2paMerkleSegmentfor one media segment.