Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
20
sdk/app/spook/encoder-audio.h
Normal file
20
sdk/app/spook/encoder-audio.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __ENCODER_AUDIO_H
|
||||
#define __ENCODER_AUDIO_H
|
||||
|
||||
struct audio_encoder {
|
||||
struct stream *output;
|
||||
int format;
|
||||
struct frame_exchanger *ex;
|
||||
volatile int running;
|
||||
|
||||
};
|
||||
|
||||
void * file_audio_init_ret(void);
|
||||
void * rtp_audio_init_ret(void);
|
||||
void *get_audio_ex(struct audio_encoder *en);
|
||||
int rtp_audio_init(void);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user