Inheritance diagram for net::threebit::jvr::DX_XPB:

Public Member Functions | |
| DX_XPB () throws JVRException | |
| DX_XPB (int wFileFormat, long nSamplesPerSec, long wBitsPerSample, long wDataFormat) throws JVRException | |
| String | toString () |
| native void | release () throws JVRException |
| void | finalize () |
Static Public Member Functions | |
| DX_XPB | waveFormat () throws JVRException |
| DX_XPB | getWavFormat (File file) throws JVRException |
Public Attributes | |
| int | wFileFormat |
| long | nSamplesPerSec |
| long | wBitsPerSample |
| long | wDataFormat |
Static Package Functions | |
| [static initializer] | |
Private Member Functions | |
| native void | allocate () throws JVRException |
Private Attributes | |
| int | offset = -1 |
|
|
Definition at line 41 of file DX_XPB.java. References allocate(). Referenced by getWavFormat(), and waveFormat(). |
|
||||||||||||||||||||
|
Definition at line 47 of file DX_XPB.java. References allocate(), nSamplesPerSec, wBitsPerSample, wDataFormat, and wFileFormat. |
|
|
Reimplemented from net::threebit::jvr::JvrJni. |
|
|
Allocates a native-context DX_XPB structure. This method is marked private since it is called automatically by the constructor. Referenced by DX_XPB(). |
|
|
Ensures that the DX_XPB structure allocated to this instance is released. Definition at line 100 of file DX_XPB.java. References release(). |
|
|
Returns a DX_XPB object suitable for use with the specified audio file. If the file is not supported then a JVRException is thrown. Definition at line 119 of file DX_XPB.java. References DX_XPB(). |
|
|
Releases the native-context DX_XPB structure. Referenced by finalize(). |
|
|
Definition at line 66 of file DX_XPB.java. References nSamplesPerSec, offset, wBitsPerSample, wDataFormat, and wFileFormat. |
|
|
Returns an often required DX_XPB structure for wave playback and recording. Equivalent to the following:
|
|
|
Definition at line 34 of file DX_XPB.java. Referenced by net::threebit::jvr::util::T1Diag::doRecord(), DX_XPB(), net::threebit::jvr::console::Example12::run(), net::threebit::jvr::test::dxTests::HideThese::test19_rec_play_async(), and toString(). |
|
|
Native buffer offset. Definition at line 39 of file DX_XPB.java. Referenced by toString(). |
|
|
Definition at line 35 of file DX_XPB.java. Referenced by net::threebit::jvr::util::T1Diag::doRecord(), DX_XPB(), net::threebit::jvr::console::Example12::run(), net::threebit::jvr::test::dxTests::HideThese::test19_rec_play_async(), and toString(). |
|
|
Definition at line 36 of file DX_XPB.java. Referenced by net::threebit::jvr::util::T1Diag::doRecord(), DX_XPB(), net::threebit::jvr::console::Example12::run(), net::threebit::jvr::test::dxTests::HideThese::test19_rec_play_async(), and toString(). |
|
|
Definition at line 33 of file DX_XPB.java. Referenced by net::threebit::jvr::util::T1Diag::doRecord(), DX_XPB(), net::threebit::jvr::console::Example12::run(), net::threebit::jvr::test::dxTests::HideThese::test19_rec_play_async(), and toString(). |
1.3.5