Methods Summary |
---|
public int | getKeyFrameInterval()Returns the current value of the keyFrameInterval.
The key frame interval is specified in output frames.
|
public int | getPreferredKeyFrameInterval()Returns the keyFrameInterval value preferred by the encoder.
The key frame interval is specified in output frames.
|
public int | setKeyFrameInterval(int frames)Set the desired interval between key frames, if such a parameter
is relevant to the encoder. frames-1 indicates the number of
non-key frames that are encoded between key frames.
This value is
only a hint, and the encoder may choose to override this value if
needed.
|