diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-04 17:20:41 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-04 17:20:41 +0300 |
commit | efb40105d657da935d3854e6ea7a513c6210224b (patch) | |
tree | 0327d88d68c0a402f0f90307756bb8536c54dc8b /src/gmdocument.h | |
parent | 25346114f96a29e8af6125e0cac3d5f8a2ffd551 (diff) |
Working on audio playback
Audio players are displayed the same way as images. When playing, a decoder runs in a background thread producing samples suitable for output.
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index a04398d9..19a6036f 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -132,7 +132,8 @@ const iGmRun * findRun_GmDocument (const iGmDocument *, iInt2 pos); | |||
132 | const char * findLoc_GmDocument (const iGmDocument *, iInt2 pos); | 132 | const char * findLoc_GmDocument (const iGmDocument *, iInt2 pos); |
133 | const iGmRun * findRunAtLoc_GmDocument (const iGmDocument *, const char *loc); | 133 | const iGmRun * findRunAtLoc_GmDocument (const iGmDocument *, const char *loc); |
134 | const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId); | 134 | const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId); |
135 | uint16_t linkImage_GmDocument (const iGmDocument *, iGmLinkId linkId); | 135 | iMediaId linkImage_GmDocument (const iGmDocument *, iGmLinkId linkId); |
136 | iMediaId linkAudio_GmDocument (const iGmDocument *, iGmLinkId linkId); | ||
136 | int linkFlags_GmDocument (const iGmDocument *, iGmLinkId linkId); | 137 | int linkFlags_GmDocument (const iGmDocument *, iGmLinkId linkId); |
137 | enum iColorId linkColor_GmDocument (const iGmDocument *, iGmLinkId linkId, enum iGmLinkPart part); | 138 | enum iColorId linkColor_GmDocument (const iGmDocument *, iGmLinkId linkId, enum iGmLinkPart part); |
138 | const iTime * linkTime_GmDocument (const iGmDocument *, iGmLinkId linkId); | 139 | const iTime * linkTime_GmDocument (const iGmDocument *, iGmLinkId linkId); |