]>
iEval git - fdkaac.git/blob - src/progress.h
2 * Copyright (C) 2013 nu774
3 * For conditions of distribution and use, see copyright notice in COPYING
8 typedef struct aacenc_progress_t
{
15 void aacenc_progress_init(aacenc_progress_t
*progress
, int64_t total
,
17 void aacenc_progress_update(aacenc_progress_t
*progress
, int64_t current
,
19 void aacenc_progress_finish(aacenc_progress_t
*progress
, int64_t current
);
This page took 0.039623 seconds and 4 git commands to generate.