Language

AudioTrack.CodecProvenance Property

Definition

Returns the codec provenance of the AudioTrack specified at the time of configuration.

public virtual string CodecProvenance { [Android.Runtime.Register("getCodecProvenance", "()Ljava/lang/String;", "GetGetCodecProvenanceHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getCodecProvenance", "()Ljava/lang/String;", "GetGetCodecProvenanceHandler", ApiSince=37)>]
member this.CodecProvenance : string

Property Value

a media type of the audio codec or an empty string if the codec provenance is not set.

Attributes

Remarks

Returns the codec provenance of the AudioTrack specified at the time of configuration.

Android reference for android.media.AudioTrack.getCodecProvenance.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to