MediaCodecInfo.CodecCapabilities.DefaultFormat 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 a MediaFormat object with default values for configurations that have defaults.
public Android.Media.MediaFormat? DefaultFormat { [Android.Runtime.Register("getDefaultFormat", "()Landroid/media/MediaFormat;", "")] get; }
[<get: Android.Runtime.Register("getDefaultFormat", "()Landroid/media/MediaFormat;", "")>]
member this.DefaultFormat : Android.Media.MediaFormat
Property Value
- Attributes
Remarks
Returns a MediaFormat object with default values for configurations that have defaults.
Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getDefaultFormat()
.
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.