TvContract.RecordedPrograms.ColumnRecordingDataUri Field

Definition

The URI of the recording data for this recorded program.

[Android.Runtime.Register("COLUMN_RECORDING_DATA_URI", ApiSince=24)]
public const string ColumnRecordingDataUri;
[<Android.Runtime.Register("COLUMN_RECORDING_DATA_URI", ApiSince=24)>]
val mutable ColumnRecordingDataUri : string

Field Value

Attributes

Remarks

The URI of the recording data for this recorded program.

Together with #COLUMN_RECORDING_DATA_BYTES, applications can use this information to manage recording storage. The URI should indicate a file or directory with the scheme android.content.ContentResolver#SCHEME_FILE.

Type: TEXT

Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DATA_URI.

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