MediaExtractor.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 MediaExtractor. -or- Sets the LogSessionId for MediaExtractor.
public Android.Media.Metrics.LogSessionId LogSessionId { [Android.Runtime.Register("getLogSessionId", "()Landroid/media/metrics/LogSessionId;", "", ApiSince=31)] get; [Android.Runtime.Register("setLogSessionId", "(Landroid/media/metrics/LogSessionId;)V", "", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getLogSessionId", "()Landroid/media/metrics/LogSessionId;", "", ApiSince=31)>]
[<set: Android.Runtime.Register("setLogSessionId", "(Landroid/media/metrics/LogSessionId;)V", "", ApiSince=31)>]
member this.LogSessionId : Android.Media.Metrics.LogSessionId with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the LogSessionId for MediaExtractor.
Java documentation for android.media.MediaExtractor.getLogSessionId().
Property setter documentation:
Sets the LogSessionId for MediaExtractor.
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.