pub unsafe extern "C-unwind" fn AudioFileSetProperty(
in_audio_file: AudioFileID,
in_property_id: AudioFilePropertyID,
in_data_size: u32,
in_property_data: NonNull<c_void>,
) -> i32
Available on crate feature
AudioFile
only.Expand description
Sets the value for a property of an AudioFile .
Parameter inAudioFile
: an AudioFileID.
Parameter inPropertyID
: an AudioFileProperty constant.
Parameter inDataSize
: the size of the property data.
Parameter inPropertyData
: the buffer containing the property data.
Returns: returns noErr if successful.