DVTk API
FilePreamble Property
DVTkDvtkData.MediaFileHeadFilePreamble
DVTk API

[This is preliminary documentation and is subject to change.]

A fixed 128 byte field available for Application Profile or implementation specified use. If not used by an Application Profile or a specific implementation all bytes shall be set to 00H.
Declaration Syntax
C#Visual BasicVisual C++
public byte[] FilePreamble { get; set; }
Public Property FilePreamble As Byte()
public:
property array<unsigned char>^ FilePreamble {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
Exceptions
ExceptionCondition
ArgumentExceptionPreamble should have a length of 128 bytes.
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0