|
RiffChunkBinaryLength Property
|
Gets the length of a
RiffChunk consisting of type ID and chunk size (i.e., 8 bytes).
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.246-beta
Syntaxpublic virtual int BinaryLength { get; }
Public Overridable ReadOnly Property BinaryLength As Integer
Get
public:
virtual property int BinaryLength {
int get ();
}
abstract BinaryLength : int with get
override BinaryLength : int with get
function get_BinaryLength();
View SourceProperty Value
Int32Implements
ISupportBinaryImageBinaryLength
See Also