public static class IKeyFrameDataAnalyzer.KeyFrameMeta extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
audioCodecId
Audio codec id.
|
boolean |
audioOnly
Only audio frames?
|
long |
duration
Duration in milliseconds
|
long[] |
positions
Keyframe positions
|
int[] |
timestamps
Keyframe timestamps
|
int |
videoCodecId
Video codec id.
|
Constructor and Description |
---|
KeyFrameMeta() |
public int videoCodecId
public int audioCodecId
public long duration
public boolean audioOnly
public int[] timestamps
public long[] positions
Copyright © 2006-2012 The Red5 Project