Gets or sets a value indicating whether the arithmetic coder's probability models are reset between coding passes.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ResetContextOnBoundaries As Boolean |
C# | |
---|
public bool ResetContextOnBoundaries {get; set;} |
C++/CLI | |
---|
public:
property bool ResetContextOnBoundaries {
bool get();
void set (bool value);
} |
Return Value
true if the arithmetic coder's probability models are reset between coding passes. This controls where the end of encoded data is and limits the amount of potentially lost data in the event of a transmission error.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also