TvContract.Programs.ColumnRecordingProhibited Field
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.
The flag indicating whether recording of this program is prohibited.
[Android.Runtime.Register("COLUMN_RECORDING_PROHIBITED", ApiSince=24)]
public const string ColumnRecordingProhibited;
[<Android.Runtime.Register("COLUMN_RECORDING_PROHIBITED", ApiSince=24)>]
val mutable ColumnRecordingProhibited : string
Field Value
- Attributes
Remarks
The flag indicating whether recording of this program is prohibited.
A value of 1 indicates that recording of this program is prohibited and application will not schedule any recording for this program. A value of 0 indicates that the recording is not prohibited. If not specified, this value is set to 0 (not prohibited) by default.
Type: INTEGER (boolean)
Java documentation for android.media.tv.TvContract.Programs.COLUMN_RECORDING_PROHIBITED
.
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.