Setting

data class Setting(codec: VideoCodec? = null) : Codec.Setting

Constructors

Link copied to clipboard
constructor(codec: VideoCodec? = null)

Properties

Link copied to clipboard

Specifies the bitrate for a video output.

Link copied to clipboard

Specifies the frameRate of a video format in frames/sec.

Link copied to clipboard
var height: Int

Specifies the height resolution for a video output.

Link copied to clipboard

Specifies the IFrameInterval for a video output.

Link copied to clipboard

Specifies the MediaCodec's MediaFormat options if necessary.

Link copied to clipboard

Specifies the video codec profile level.

Link copied to clipboard

Specifies the scaling mode for a video output.

Link copied to clipboard
var width: Int

Specifies the width resolution for a video output.