![]() |
Previous | Next |
The MaxKeyFrameSpacing property retrieves the maximum number of milliseconds between key frames in a video stream.
Syntax
Application.ProfileManager.Item(profileIndex).Item(streamIndex).MaxKeyFrameSpacing
Possible Values
This property is a read/write Number (long). Specifying this value is not supported in this release.
Remarks
A key frame is a video frame that is streamed without any information being required from any previous frame. Frames that are dependent on previous frames are called delta frames. Producer can seek to a key frame, but not to a delta frame.
See Also
Previous | Next |