[][src]Function openjpeg2_sys::opj_stream_default_create

pub unsafe extern "C" fn opj_stream_default_create(
    p_is_input: OPJ_BOOL
) -> *mut opj_stream_t

Creates an abstract stream. This function does nothing except allocating memory and initializing the abstract stream.

@param p_is_input if set to true then the stream will be an input stream, an output stream else.

@return a stream object.