MandatoryStreamCombination.StreamsInformation Property

Definition

Get information about each stream in the mandatory combination.

public System.Collections.Generic.IList<Android.Hardware.Camera2.Params.MandatoryStreamCombination.MandatoryStreamInformation> StreamsInformation { [Android.Runtime.Register("getStreamsInformation", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getStreamsInformation", "()Ljava/util/List;", "", ApiSince=29)>]
member this.StreamsInformation : System.Collections.Generic.IList<Android.Hardware.Camera2.Params.MandatoryStreamCombination.MandatoryStreamInformation>

Property Value

IList<MandatoryStreamInformation>

Non-modifiable list of stream information.

Attributes

Remarks

Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.getStreamsInformation().

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