Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1026991 // dm_audioOutputSampleRate [0 when no audio output module loaded]

JavaX fragment (include)

static float dm_audioOutputSampleRate() {
  AudioFormat f = dm_audioOutputFormat();
  ret f == null ? 0 : f.getSampleRate();
}

Author comment

Began life as a copy of #1026888

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026991
Snippet name: dm_audioOutputSampleRate [0 when no audio output module loaded]
Eternal ID of this version: #1026991/1
Text MD5: a9c553e199663e873be0771fc7eb7407
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-06 12:59:25
Source code size: 129 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 175 / 207
Referenced in: [show references]