Changeset b60f297


Ignore:
Timestamp:
Apr 25, 2016, 4:41:24 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
c6e7ba1
Parents:
2d071ad
Message:

src/io/source_avcodec.h: add documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.h

    r2d071ad rb60f297  
    119119uint_t aubio_source_avcodec_seek (aubio_source_avcodec_t *s, uint_t pos);
    120120
     121/**
     122
     123  get the duration of source object, in frames
     124
     125  \param s source object, created with ::new_aubio_source_avcodec
     126  \return number of frames in file
     127
     128*/
    121129uint_t aubio_source_avcodec_get_duration (aubio_source_avcodec_t * s);
    122130
Note: See TracChangeset for help on using the changeset viewer.