AdBuffer Constructor
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.
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/os/SharedMemory;IIJI)V", "", ApiSince=34)]
public AdBuffer (int id, string mimeType, Android.OS.SharedMemory buffer, int offset, int length, long presentationTimeUs, Android.Media.MediaCodecBufferFlags flags);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/os/SharedMemory;IIJI)V", "", ApiSince=34)>]
new Android.Media.TV.AdBuffer : int * string * Android.OS.SharedMemory * int * int * int64 * Android.Media.MediaCodecBufferFlags -> Android.Media.TV.AdBuffer
Parameters
- id
- Int32
- mimeType
- String
- buffer
- SharedMemory
- offset
- Int32
- length
- Int32
- presentationTimeUs
- Int64
- flags
- MediaCodecBufferFlags
- Attributes