Click or drag to resize

RiffChunkTypeID Property

Four character text identifer for RIFF chunk.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public string TypeID { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionTypeID cannot be null.
ArgumentOutOfRangeExceptionTypeID must be extactly 4 characters in length.
See Also