DivXNetworks, Inc.
Main Page | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

DivXException.h File Reference


Detailed Description

$Id: DivXException.h 3096 2005-06-21 20:07:11Z ekuznetsov $

Copyright (c) 2003-2004 DivX, Inc. All rights reserved.

This software is the confidential and proprietary information of DivX, Inc.,
Inc. and may be used only in accordance with the terms of your license from
DivX, Inc.

Go to the source code of this file.

Data Structures

class  DivXException

Defines

#define EXCEPTION(X)   DivXException(X, __FILE__, __LINE__)
#define ENC_BUFFER   -2
#define ENC_FAIL   -1
#define ENC_OK   0
#define ENC_MEMORY   1
#define ENC_BAD_FORMAT   2
#define ENC_INTERNAL   3


Define Documentation

#define ENC_BAD_FORMAT   2
 

Returned by encore() if input video format proposed by user is not supported.

#define ENC_BUFFER   -2
 

Returned by encore() when bitstream is too long for the buffer provided by caller. Only returned by special builds of the codec that test for buffer overflow.

#define ENC_FAIL   -1
 

Returned by encore() when call failed.

#define ENC_INTERNAL   3
 

Returned by encore() if there was an internal problem.

#define ENC_MEMORY   1
 

Returned by encore() when encoder has failed to allocated sufficient memory.

#define ENC_OK   0
 

Returned by encore() when call was successful.

#define EXCEPTION  )     DivXException(X, __FILE__, __LINE__)
 


Generated on Tue Jan 24 16:43:33 2006 for DivX Codec API Documentation.