DrmSupportInfo.FileSuffixIterator 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.
Retrieves an iterator object that you can use to iterate over the file suffixes that this DRM plug-in supports.
public virtual Java.Util.IIterator? FileSuffixIterator { [Android.Runtime.Register("getFileSuffixIterator", "()Ljava/util/Iterator;", "GetGetFileSuffixIteratorHandler")] get; }
[<get: Android.Runtime.Register("getFileSuffixIterator", "()Ljava/util/Iterator;", "GetGetFileSuffixIteratorHandler")>]
member this.FileSuffixIterator : Java.Util.IIterator
Property Value
The iterator object.
- Attributes
Remarks
Retrieves an iterator object that you can use to iterate over the file suffixes that this DRM plug-in supports.
Java documentation for android.drm.DrmSupportInfo.getFileSuffixIterator()
.
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.