stdout property

Pointer<FILE> get stdout

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<FILE> get stdout => _stdout.value;
set stdout (Pointer<FILE> value)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

set stdout(ffi.Pointer<FILE> value) => _stdout.value = value;