AudioPresentation.Builder.SetMasteringIndication Method
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.
Sets the mastering indication.
[Android.Runtime.Register("setMasteringIndication", "(I)Landroid/media/AudioPresentation$Builder;", "", ApiSince=29)]
public Android.Media.AudioPresentation.Builder SetMasteringIndication(Android.Media.MasteringIndicationType masteringIndication);
[<Android.Runtime.Register("setMasteringIndication", "(I)Landroid/media/AudioPresentation$Builder;", "", ApiSince=29)>]
member this.SetMasteringIndication : Android.Media.MasteringIndicationType -> Android.Media.AudioPresentation.Builder
Parameters
- masteringIndication
- MasteringIndicationType
Input to set mastering indication. Value is one of the following: AudioPresentation.MASTERING_NOT_INDICATED AudioPresentation.MASTERED_FOR_STEREO AudioPresentation.MASTERED_FOR_SURROUND AudioPresentation.MASTERED_FOR_3D AudioPresentation.MASTERED_FOR_HEADPHONE
Returns
- Attributes
Remarks
To be added.
Android reference for android.media.AudioPresentation.Builder.setMasteringIndication.
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.