ArgData

API Reference > 0.19.1 > MediaFileItem

MediaFileItem Class

Represents a media item stored inside a media container file.

Namespace: ArgData.Entities

Properties

Name Description
Data Gets the raw byte data of the item as a byte array.
Height Gets the height of the image item.
Length Gets the length in bytes of the item.
Offset Gets the offset of the item inside the file container. Only updated when a container file is read from or written to.
Type Gets the type value of the item.
Width Gets the width of the image item.