MediaExtractor.PsshInfo 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.
Get the PSSH info if present.
public System.Collections.Generic.IDictionary<Java.Util.UUID,byte[]>? PsshInfo { [Android.Runtime.Register("getPsshInfo", "()Ljava/util/Map;", "")] get; }
[<get: Android.Runtime.Register("getPsshInfo", "()Ljava/util/Map;", "")>]
member this.PsshInfo : System.Collections.Generic.IDictionary<Java.Util.UUID, byte[]>
Property Value
a map of uuid-to-bytes, with the uuid specifying
the crypto scheme, and the bytes being the data specific to that scheme.
This can be null
if the source does not contain PSSH info.
- Attributes
Remarks
Get the PSSH info if present.
Java documentation for android.media.MediaExtractor.getPsshInfo()
.
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.