Mp3StorageFrameCrcPresent Property |
Whether a CRC is present.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool CrcPresent { get; }
Public ReadOnly Property CrcPresent As Boolean
Get
public:
property bool CrcPresent {
bool get ();
}
member CrcPresent : bool with get
Property Value
Type:
Boolean
true if CRC present, false if not.
See Also