EncoderProfiles.AudioProfiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the defined audio encoder profiles.
public System.Collections.Generic.IList<Android.Media.EncoderProfiles.AudioProfile> AudioProfiles { [Android.Runtime.Register("getAudioProfiles", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getAudioProfiles", "()Ljava/util/List;", "", ApiSince=31)>]
member this.AudioProfiles : System.Collections.Generic.IList<Android.Media.EncoderProfiles.AudioProfile>
Property Value
- Attributes
Remarks
Returns the defined audio encoder profiles.
The list may be empty. This means there are no audio encoder profiles defined. Otherwise, the first profile is the default audio profile.
Java documentation for android.media.EncoderProfiles.getAudioProfiles()
.
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.