CSSearchableItemAttributeSet.Streamable 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.
Gets or sets a number with Boolean semantics that tells whether a media item is streamable.
public virtual Foundation.NSNumber Streamable { [Foundation.Export("isStreamable", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setStreamable:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
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