public class KinesisVideoFrame
extends java.lang.Object
| Constructor and Description |
|---|
KinesisVideoFrame(int index,
int flags,
long decodingTs,
long presentationTs,
long duration,
java.nio.ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getData() |
long |
getDecodingTs() |
long |
getDuration() |
int |
getFlags() |
int |
getIndex() |
long |
getPresentationTs() |
int |
getSize() |
java.lang.String |
toString() |
public KinesisVideoFrame(int index,
int flags,
long decodingTs,
long presentationTs,
long duration,
java.nio.ByteBuffer data)
public int getIndex()
public int getFlags()
public long getDecodingTs()
public long getPresentationTs()
public long getDuration()
public int getSize()
public java.nio.ByteBuffer getData()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.