Used to describe a subset of metadata within the binary. Used only by streams in video at this time. Itself is a virtual concept, only used as hold for set of meta data.

Most binaries only have 1 section to hold the additional information.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IAssetBinarySection : IAssetCommon, 
	IUniqueObject, IDisposable, IAssetMetaInfo
Visual Basic
Public Interface IAssetBinarySection _
	Inherits IAssetCommon, IUniqueObject, IDisposable, IAssetMetaInfo
Visual C++
public interface class IAssetBinarySection : IAssetCommon, 
	IUniqueObject, IDisposable, IAssetMetaInfo

See Also