public class KinesisVideoFrame extends Object
| Constructor and Description |
|---|
KinesisVideoFrame(int index,
int flags,
long decodingTs,
long presentationTs,
long duration,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData() |
long |
getDecodingTs() |
long |
getDuration() |
int |
getFlags() |
int |
getIndex() |
long |
getPresentationTs() |
int |
getSize() |
String |
toString() |
public KinesisVideoFrame(int index,
int flags,
long decodingTs,
long presentationTs,
long duration,
@NonNull
ByteBuffer data)
public int getIndex()
public int getFlags()
public long getDecodingTs()
public long getPresentationTs()
public long getDuration()
public int getSize()
@NonNull public ByteBuffer getData()
Copyright © 2019. All rights reserved.