Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// PictureDirPath: 写真の保存先のパス
PictureDirPath string
// VRCLogDirPath: VRChatのログディレクトリのパス
VRCLogDirPath string
// ConvertToJpeg: JPEGに変換するかどうか
ConvertToJpeg bool
// JpegQuality: JPEGの品質設定 (1-100)
JpegQuality int
// ConfigDirPath: 設定ディレクトリのパス
ConfigDirPath string
// contains filtered or unexported fields
}
func (*Config) CheckDirectoriesExist ¶
CheckDirectoriesExist: 設定されたディレクトリが存在するか確認する
func (*Config) SetConvertToJpeg ¶ added in v1.0.0
SetConvertToJpeg: JPEG変換の設定を変更
func (*Config) SetJpegQuality ¶ added in v1.0.0
SetJpegQuality: JPEG品質の設定を変更
func (*Config) SetRootDirPath ¶
SetRootDirPath: 監視対象のルートディレクトリのパスを設定
func (*Config) SetVRCLogDirPath ¶
SetVRCLogDirPath: VRChatのログディレクトリのパスを設定
Click to show internal directories.
Click to hide internal directories.