Android.Drm.DrmSupportInfo.AddFileSuffix Method
Adds the specified file suffix to the list of file suffixes this DRM plug-in supports.

Syntax

[Android.Runtime.Register("addFileSuffix", "(Ljava/lang/String;)V", "GetAddFileSuffix_Ljava_lang_String_Handler")]
public virtual void AddFileSuffix (string fileSuffix)

Parameters

fileSuffix
File suffix that can be handled by this DRM plug-in. it could be null but not an empty string. When it is null, it indicates that some DRM content comes with no file suffix.

Remarks

Adds the specified file suffix to the list of file suffixes this DRM plug-in supports.

[Android Documentation]

Requirements

Namespace: Android.Drm
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11