MediaQualityManager.GetParameterCapabilities(IList<String>) 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.
Gets capability information of the given parameters.
[Android.Runtime.Register("getParameterCapabilities", "(Ljava/util/List;)Ljava/util/List;", "", ApiSince=36)]
public System.Collections.Generic.IList<Android.Media.Quality.ParameterCapability> GetParameterCapabilities(System.Collections.Generic.IList<string> names);
[<Android.Runtime.Register("getParameterCapabilities", "(Ljava/util/List;)Ljava/util/List;", "", ApiSince=36)>]
member this.GetParameterCapabilities : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Android.Media.Quality.ParameterCapability>
Parameters
the parameter names. Commonly used names can be found in
MediaQualityContract
. Vendor-defined names are also permitted.
Returns
- Attributes
Remarks
Gets capability information of the given parameters.
If a name isn't found, a corresponding ParameterCapability
instance is in the return list, and ParameterCapability#isSupported()
is false
.
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.