mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-23 04:11:00 +08:00
emscripten : add rx duration frames api getter (#100)
* Add rxDurationFrames api getter * Fixed comment --------- Co-authored-by: Vittorio Palmisano <vittorio.palmisano@ringcentral.com>
This commit is contained in:
committed by
GitHub
parent
c2716d8cff
commit
bac95c8113
@@ -340,6 +340,10 @@ extern "C" {
|
||||
ggwave_ProtocolId protocolId,
|
||||
int freqStart);
|
||||
|
||||
// Return recvDuration_frames value for a rx protocol
|
||||
GGWAVE_API int ggwave_rxDurationFrames(
|
||||
ggwave_Instance instance);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
@@ -736,6 +740,7 @@ public:
|
||||
int rxFramesLeftToRecord() const;
|
||||
int rxFramesToAnalyze() const;
|
||||
int rxFramesLeftToAnalyze() const;
|
||||
int rxDurationFrames() const;
|
||||
|
||||
bool rxStopReceiving();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user