MediaRecorder.LogSessionId 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.
Returns the LogSessionId
for MediaRecorder. -or- Sets the LogSessionId
for MediaRecorder.
public virtual Android.Media.Metrics.LogSessionId LogSessionId { [Android.Runtime.Register("getLogSessionId", "()Landroid/media/metrics/LogSessionId;", "GetGetLogSessionIdHandler", ApiSince=31)] get; [Android.Runtime.Register("setLogSessionId", "(Landroid/media/metrics/LogSessionId;)V", "GetSetLogSessionId_Landroid_media_metrics_LogSessionId_Handler", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getLogSessionId", "()Landroid/media/metrics/LogSessionId;", "GetGetLogSessionIdHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setLogSessionId", "(Landroid/media/metrics/LogSessionId;)V", "GetSetLogSessionId_Landroid_media_metrics_LogSessionId_Handler", ApiSince=31)>]
member this.LogSessionId : Android.Media.Metrics.LogSessionId with get, set
Property Value
the global ID for monitoring the MediaRecorder performance
- Attributes
Remarks
Property getter documentation:
Returns the LogSessionId
for MediaRecorder.
Java documentation for android.media.MediaRecorder.getLogSessionId()
.
Property setter documentation:
Sets the LogSessionId
for MediaRecorder.
The log session ID is a random 32-byte hexadecimal string that is used for monitoring the MediaRecorder performance.
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.