Share via


AudioFile.GetPropertyInfo Method

Definition

Overloads

Name Description
GetPropertyInfo(AudioFileProperty, Int32, Int32, AudioFileError)
Obsolete.

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

GetPropertyInfo(AudioFileProperty, Int32, Boolean, AudioFileError)

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

GetPropertyInfo(AudioFileProperty, Int32, Boolean)

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

GetPropertyInfo(AudioFileProperty, Int32, Int32)
Obsolete.

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

GetPropertyInfo(AudioFileProperty, Int32, Int32, AudioFileError)

Caution

Use 'GetPropertyInfo (AudioFileProperty, out int, out bool, out AudioFileError)' instead.

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

[System.Obsolete("Use 'GetPropertyInfo (AudioFileProperty, out int, out bool, out AudioFileError)' instead.")]
public bool GetPropertyInfo(AudioToolbox.AudioFileProperty property, out int size, out int writable, out AudioToolbox.AudioFileError error);
[<System.Obsolete("Use 'GetPropertyInfo (AudioFileProperty, out int, out bool, out AudioFileError)' instead.")>]
member this.GetPropertyInfo : AudioToolbox.AudioFileProperty * int * int * AudioFileError -> bool

Parameters

property
AudioFileProperty

The property whose info to get.

size
Int32

The size of the property.

writable
Int32

Whether the property is writable or not.

error
AudioFileError

Success if successful, or an error code otherwise.

Returns

Whether the operation succeeded or not.

Attributes

Applies to

GetPropertyInfo(AudioFileProperty, Int32, Boolean, AudioFileError)

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

public bool GetPropertyInfo(AudioToolbox.AudioFileProperty property, out int size, out bool writable, out AudioToolbox.AudioFileError error);
member this.GetPropertyInfo : AudioToolbox.AudioFileProperty * int * bool * AudioFileError -> bool

Parameters

property
AudioFileProperty

The property whose info to get.

size
Int32

The size of the property.

writable
Boolean

Whether the property is writable or not.

error
AudioFileError

Success if successful, or an error code otherwise.

Returns

Whether the operation succeeded or not.

Applies to

GetPropertyInfo(AudioFileProperty, Int32, Boolean)

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

public bool GetPropertyInfo(AudioToolbox.AudioFileProperty property, out int size, out bool writable);
member this.GetPropertyInfo : AudioToolbox.AudioFileProperty * int * bool -> bool

Parameters

property
AudioFileProperty

The property whose info to get.

size
Int32

The size of the property.

writable
Boolean

Whether the property is writable or not.

Returns

Whether the operation succeeded or not.

Applies to

GetPropertyInfo(AudioFileProperty, Int32, Int32)

Caution

Use 'GetPropertyInfo (AudioFileProperty, out int, out bool)' instead.

Returns the value of the specified audio property, and stores the number of bytes allocated to store it in size, and indicates whether the value is writeable.

[System.Obsolete("Use 'GetPropertyInfo (AudioFileProperty, out int, out bool)' instead.")]
public bool GetPropertyInfo(AudioToolbox.AudioFileProperty property, out int size, out int writable);
[<System.Obsolete("Use 'GetPropertyInfo (AudioFileProperty, out int, out bool)' instead.")>]
member this.GetPropertyInfo : AudioToolbox.AudioFileProperty * int * int -> bool

Parameters

property
AudioFileProperty

The property whose info to get.

size
Int32

The size of the property.

writable
Int32

Whether the property is writable or not.

Returns

Whether the operation succeeded or not.

Attributes

Applies to