MediaCas.SendEvent(Int32, Int32, Byte[]) Method

Definition

Send an event to a CA system.

[Android.Runtime.Register("sendEvent", "(II[B)V", "", ApiSince=26)]
public void SendEvent (int e, int arg, byte[]? data);
[<Android.Runtime.Register("sendEvent", "(II[B)V", "", ApiSince=26)>]
member this.SendEvent : int * int * byte[] -> unit

Parameters

e
Int32
arg
Int32

a scheme-specific integer argument for the event.

data
Byte[]

a byte array containing scheme-specific data for the event.

Attributes

Remarks

Send an event to a CA system. The format of the event is scheme-specific and is opaque to the framework.

Java documentation for android.media.MediaCas.sendEvent(int, int, byte[]).

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