|
RiffHeaderChunkBinaryLength Property
|
Gets length of binary representation of RIFF header chunk.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.246-beta
Syntaxpublic int BinaryLength { get; }
Public ReadOnly Property BinaryLength As Integer
Get
public:
virtual property int BinaryLength {
int get () sealed;
}
abstract BinaryLength : int with get
override BinaryLength : int with get
function get_BinaryLength();
View SourceProperty Value
Int32Implements
ISupportBinaryImageBinaryLength
See Also