VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Audio_LAME_CRC_Protected Property

Gets or sets a value indicating whether CRC error protection enabled.

Pascal
property Audio_LAME_CRC_Protected: Boolean;
C++
__property Boolean Audio_LAME_CRC_Protected;
C#
Boolean Audio_LAME_CRC_Protected;
Visual Basic
Property Audio_LAME_CRC_Protected() As Boolean
Java
Audio_LAME_CRC_Protected
IDL
__property Boolean Audio_LAME_CRC_Protected;
JavaScript
Audio_LAME_CRC_Protected
PHP
published Audio_LAME_CRC_Protected;

Adds the cyclic redundancy check (CRC) code in each frame, allowing to detect transmission errors that could occur on the MP3 stream. However, it takes 16 bits per frame that would otherwise be used for encoding, and then will be slightly reduced the sound quality.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!