MediaDrm.LogMessage.Priority 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.
Priority of the recorded event.
public int Priority { [Android.Runtime.Register("getPriority", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getPriority", "()I", "", ApiSince=31)>]
member this.Priority : int
Property Value
- Attributes
Remarks
Priority of the recorded event.
Possible priority constants are defined in Log
, e.g.: <ul> <li>Log#ASSERT
</li> <li>Log#ERROR
</li> <li>Log#WARN
</li> <li>Log#INFO
</li> <li>Log#DEBUG
</li> <li>Log#VERBOSE
</li> </ul>
Java documentation for android.media.MediaDrm.LogMessage.getPriority()
.
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.