Capability.MaxStreamingSize 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.
Return the maximum streaming dimension of this capability.
public Android.Util.Size MaxStreamingSize { [Android.Runtime.Register("getMaxStreamingSize", "()Landroid/util/Size;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getMaxStreamingSize", "()Landroid/util/Size;", "", ApiSince=30)>]
member this.MaxStreamingSize : Android.Util.Size
Property Value
a new Size
with non-negative width and height
- Attributes
Remarks
Return the maximum streaming dimension of this capability.
Java documentation for android.hardware.camera2.params.Capability.getMaxStreamingSize()
.
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.