DsmccResponse.File Property

Definition

Returns the file descriptor for a given file message response.

public Android.OS.ParcelFileDescriptor File { [Android.Runtime.Register("getFile", "()Landroid/os/ParcelFileDescriptor;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getFile", "()Landroid/os/ParcelFileDescriptor;", "", ApiSince=33)>]
member this.File : Android.OS.ParcelFileDescriptor

Property Value

Attributes

Remarks

Returns the file descriptor for a given file message response.

Java documentation for android.media.tv.DsmccResponse.getFile().

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.

Applies to