Yioop_V9.5_Source_Code_Documentation

MediaConstants

Shared constants and enums used by components that are involved in the media related operations

Tags
author

Chris Pollett

Table of Contents

ASSEMBLE_FILE  = "/ready_to_assemble.txt"
The text file used to store the list of split file names to concatenate them.
CONVERT_FOLDER  = "/media_convert"
Used to define folder used for placing video files to be converted.
CONVERTED_FOLDER  = "/media_converted"
Used to define folder used for placing video files after conversion.
COUNT_FILE  = "/count.txt"
The text file used to store the count of split files generated from a video file.
FILE_INFO  = "/file_info.txt"
MAIL_FOLDER  = "/schedules/mail"
Used to place text files(mailer lists) for sending in batches.
MESSAGE_SEPARATOR  = "+-7b6Ze3ef#a"
Magic string used to separate mail messages
SPLIT_FILE  = "/split.txt"
The text file used to recognize the video file is about to be split.

Constants

ASSEMBLE_FILE

The text file used to store the list of split file names to concatenate them.

public mixed ASSEMBLE_FILE = "/ready_to_assemble.txt"

CONVERT_FOLDER

Used to define folder used for placing video files to be converted.

public mixed CONVERT_FOLDER = "/media_convert"

CONVERTED_FOLDER

Used to define folder used for placing video files after conversion.

public mixed CONVERTED_FOLDER = "/media_converted"

COUNT_FILE

The text file used to store the count of split files generated from a video file.

public mixed COUNT_FILE = "/count.txt"

MAIL_FOLDER

Used to place text files(mailer lists) for sending in batches.

public mixed MAIL_FOLDER = "/schedules/mail"

MESSAGE_SEPARATOR

Magic string used to separate mail messages

public mixed MESSAGE_SEPARATOR = "+-7b6Ze3ef#a"

SPLIT_FILE

The text file used to recognize the video file is about to be split.

public mixed SPLIT_FILE = "/split.txt"

        

Search results