get_resolution


Description:

[ Version ( since = "1.10" ) ]
public unowned string get_resolution ()

Gets the resolution of the audio format.

For example, "s16le" for signed 16-bit little-endian audio sampling resolution.

Parameters:

this

a CallAudioFormat.

Returns:

a string with the resolution, or null if unknown. Do not free the returned value, it is owned by this.