Package org.signal.libsignal.media
Class SanitizedMetadata
-
- All Implemented Interfaces:
public class SanitizedMetadata
-
-
Field Summary
Fields Modifier and Type Field Description public Array<byte>sanitizedMetadatapublic longdataOffsetpublic longdataLength
-
Constructor Summary
Constructors Constructor Description SanitizedMetadata(Array<byte> sanitizedMetadata, long dataOffset, long dataLength)
-
Method Summary
Modifier and Type Method Description Array<byte>getSanitizedMetadata()Get the sanitized metadata, if any. longgetDataOffset()Get the offset of the media data in the processed input. longgetDataLength()Get the length of the media data in the processed input. -
-
Constructor Detail
-
SanitizedMetadata
SanitizedMetadata(Array<byte> sanitizedMetadata, long dataOffset, long dataLength)
-
-
Method Detail
-
getSanitizedMetadata
Array<byte> getSanitizedMetadata()
Get the sanitized metadata, if any.
- Returns:
The sanitized metadata, or
nullif it didn't need to be sanitized.
-
getDataOffset
long getDataOffset()
Get the offset of the media data in the processed input.
- Returns:
The offset of the media data in the processed input.
-
getDataLength
long getDataLength()
Get the length of the media data in the processed input.
- Returns:
The length of the media data in the processed input.
-
-
-
-