context_set

Function context_set 

Source
pub fn context_set(handle: Handle, context: u64) -> Result<()>
Expand description

Set the current ‘context’ value for this handle. The context value is an arbitrary value that is always passed back to callbacks to help identify the source. Normally this is set in trackstart, but this allows it to be changed