LibMp3LameErrorProtection Property |
Set error protection. Uses 2 bytes from each frame for CRC checksum
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool ErrorProtection { get; set; }
Public Property ErrorProtection As Boolean
Get
Set
public:
property bool ErrorProtection {
bool get ();
void set (bool value);
}
member ErrorProtection : bool with get, set
Property Value
Type:
BooleanSee Also