X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=88d33e4b702e5b304562b41dbec0a7108c3c69b9;hb=e3147ae362f22e9627c7eace0b33d01c09e30f25;hp=6fd2f3f99c30204d5c3d9988f38fe05c2d3dc086;hpb=a0c23e11cb8ea79e4fabd9d491d1716412746df4;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 6fd2f3f..88d33e4 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -746,6 +746,10 @@ TAG* swf_AddImage(TAG*tag, int bitid, RGBA*mem, int width, int height, int quali void swf_SetSoundStreamHead(TAG*tag, int avgnumsamples); void swf_SetSoundStreamBlock(TAG*tag, S16*samples, int seek, char first); /* expects 2304 samples */ void swf_SetSoundDefine(TAG*tag, S16*samples, int num); +void swf_SetSoundDefineMP3(TAG*tag, U8* data, unsigned length, + unsigned SampRate, + unsigned Channels, + unsigned NumFrames); void swf_SetSoundInfo(TAG*tag, SOUNDINFO*info); // swftools.c