mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52247 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
484aaee5b6
commit
7c9b06cd16
23
Common/ASCUtilsDefines.h
Normal file
23
Common/ASCUtilsDefines.h
Normal file
@ -0,0 +1,23 @@
|
||||
#ifdef _MSC_VER
|
||||
#pragma once // for MSVS
|
||||
#endif // #ifdef _MSC_VER
|
||||
|
||||
#ifndef _ASCUTILSDEFINES_H_ // For Borland compiler
|
||||
#define _ASCUTILSDEFINES_H_
|
||||
|
||||
#define ACCURATE_SEEKMODE 0
|
||||
#define LEFTNEAREST_SEEKMODE 1
|
||||
#define RIGHTNEAREST_SEEKMODE 2
|
||||
|
||||
#define NULLMODE 0
|
||||
#define READMODE 1
|
||||
#define WRITEMODE 2
|
||||
#define ENCODERMODE 1
|
||||
#define DECODERMODE 2
|
||||
|
||||
#define PROGRESSVIDEOFILE_PARSING_FILE 1
|
||||
#define PROGRESSVIDEOFILE_INTERNRTBROADCASTING 2
|
||||
#define PROGRESSVIDEOFILE_INDEXING 3
|
||||
#define PROGRESSVIDEOFILE_PARSING_VBRAUDIO 4
|
||||
|
||||
#endif // #ifndef _ASCUTILSDEFINES_H_ // For Borland compiler
|
||||
Reference in New Issue
Block a user