This class is used to map from Xuggler return codes (for example on {@link IContainer#readNextPacket(IPacket)}
WARNING: Do not write code that depends on the integer values returned from Xuggler; instead use the integer value to create one of these objects. That's because integer values returned from methods can have different meanings on different OS systems (for example, ERROR_AGAIN is -11 on Linux, but a different value on MacOS). This class maps the error to a os-type-safe value.
Also, do not depend on the string messages staying constant. They are for debugging purposes only. And we can't control whether or not they are localized -- that's up to your OS. Sorry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|