Share via


CSSearchableItemAttributeSet.Streamable Property

Definition

Gets or sets a number with Boolean semantics that tells whether a media item is streamable.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSNumber? Streamable { [Foundation.Export("isStreamable", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setStreamable:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isStreamable", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setStreamable:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Streamable : Foundation.NSNumber with get, set

Property Value

1 indicates that the item can be streamed. 0 indicates that the item cannot be streamed.

This value can be null.

Attributes

Applies to