Skip to main content

validate_from_bytes

Function validate_from_bytes 

Source
pub fn validate_from_bytes(
    sidecar_json: &str,
    media_bytes: &[u8],
) -> Result<ValidationResult>
Expand description

Validate from sidecar JSON string and media bytes.

Useful when you have the content in memory rather than files.