AudioRecord.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
. -or- Sets a LogSessionId
instance to this AudioRecord for metrics collection.
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
- Attributes
Remarks
Property getter documentation:
Returns the LogSessionId
.
Java documentation for android.media.AudioRecord.getLogSessionId()
.
Property setter documentation:
Sets a LogSessionId
instance to this AudioRecord for metrics collection.
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.