Gets or sets a value indicating whether to use lazy coding mode.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SelectiveAcBypass As Boolean |
C# | |
---|
public bool SelectiveAcBypass {get; set;} |
C++/CLI | |
---|
public:
property bool SelectiveAcBypass {
bool get();
void set (bool value);
} |
Return Value
true if the "lazy coding mode" is adopted. In this case, trailing bit-planes bypass the arithmetic coder except in the normalization pass. Otherwise, the arithmetic coder is used on all passes.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also