class AUDIO_CAPTURE_CONTROLLER General cluster: audio_3d description: "Tools to capture audio from a capturing audio device" create: make Ancestors AUDIO_OPENAL_ERROR_MANAGER* Queries bits_per_sample: INTEGER_32 buffer: MANAGED_POINTER buffer_sample_count: INTEGER_32 channel_count: INTEGER_32 frequency: INTEGER_32 get_sample (a_index: INTEGER_32): LIST [INTEGER_16] has_error: BOOLEAN has_samples: BOOLEAN is_capturing: BOOLEAN is_device_closed: BOOLEAN last_error: READABLE_STRING_GENERAL Commands start_capture stop_capture update Constraints buffer count valid
Generated by ISE EiffelStudio