.Net Components, Tools and Utilities
 
Home About us Contact us Products Support Faq News Login
Product Menu
Product Overview
Product Features
Who Will Buy
 
Developer Guide
Pre Requisites
Integration Guide
C# Samples
VB.Net Samples
Class Members
Trial vs Purchased
 
My Account
Register Free
My Account
Login
Free Online Tools: Convert c# to vb  | Convert vb to c#
 


.NET Media Manager Pro Component Class Members

Below is the list of entire public members available in Media Manager Pro Component 11.0 includng audio video processing related public properties, required public properties, image processing related public properties and public methods. Some of them may not be available in trial version. To see a comparision list for Media Manager Pro Component free trial version and the purchased version, please check the product Trial vs Purchased section.

.NET Media Manager Pro Component
.NET Media Manager Pro Component
Trial: Free Trial vs Prchased
cost: $69
Downloads: 1460
Rating: Product Rating
Download .NET Media Manager Pro Component

Buy .NET Media Manager Pro Component
     

Member methods and properties for .NET Media Manager Pro Component

.Net Media Manager Pro - Audio and Video Related Properties
 

Name

Type

Description

 

Exit_Process

int This is the property used to control the server crash and deadlock situations. You can set duration of video processing in miliseconds. If the video processing takes more time than the specified time, it stops the further vidoe processing. The default value is 30,000 Miliseconds.
 
 

OutputFile_Name

string OutputFile_Name is an optional property used to setup output filename. If it is not provided then the video will be converted with the same name as of source video but with a different extension.
 
 

Width

int Optional property, used to set the width of converted video. If not specified, then width and height of the converted video would be same as of the original video. It is must to set a value multiple of 2. so if you set width 320, its fine. But 321 would not be accepted as this value is not a multiple of 2. This works in conjuction with height property.
This prperty is available only in purchased version. In trial version, it is restricted to 320 pixels.
 
 

Height

int Optional property, used to set the height of converted video. If not specified, then width and height of the converted video would be same as of the original video. It is must to set a value multiple of 2, so if you set height 240, its fine. But 241 would not be accepted as this value is not a multiple of 2. This works in conjuction with width property.
This prperty is available only in purchased version. In trial version, it is restricted to 240 pixels.
 
 

Video_Bitrate

double Optional property, used set the video bitrate of converted video in kbps. By default it is same as of the orginal video, but if you set the Max_Quality property to true, value of video bitrate is increased.
 
 

Audio_Bitrate

double Optional property, used set the audio bitrate of converted video in kbps. By default it is same as of the orginal video.
 
 

Audio_SamplingRate

int Optional property, used set the audio sampling of converted video in kbps. By default it is same as of the orginal video.
 
 

Frame_Rate

double Optional property, used set the frame rate per second of converted video in kbps. By default it is same as of the orginal video.
 
 

Duration

string Optional property, used set the duration of converted video in kbps. By default it is same as of the orginal video. This is a very useful property when you want to limit the encoded video up to a certain limit. If do not set this property, it will encode the full video.
This property is available in purchased version. In trial version, it is restricted up to 10 seconds. You can set the duration either in seconds or in "hh:mm:ss" format.
 
 

Start_Position

string Optional property, used to specify the starting position where you want to start your video conversion from. Value for this property also can be set either in seconds or in "hh:mm:ss" format. So if you want to start conversion of your video from 20th second, you can set it either "20" or "00:00:20" Start_Position
 
 

Deinterlace

bool Optional property, with a default value of false, This is used set the deinterlace optional, if set to true, it enables the deinterlace option for converted video.
 
 

Max_Quality

bool Optional property, with a default value of false. If you set it true, the video bitrate property will no longer work.
 
 

Video_Codec

string Optional property, used to set video codec for the converted video. If you do not set video codec, then the codec of converted video depends upon the codec of source video.
 
 

Audio_Codec

string Optional property, used to set audio codec for the converted video/audio. If you do not set audio codec, then the codec of converted video/audio depends upon the codec of source video/audio.
 
 

Force

string Optional property, used to force the converted video format. So if you want to set the format of converted video to .flv, you can set the value of force property as Force='Flv'
 
 

Disable_Audio

bool Optional property, used to disable the audio in the converted video. It will produce a mute video.
 
 

Disable_Video

bool Optional property, used to disable the video in the converted video file. It will produce a video only with voice and no display.
 
 

Channel

int Optional property, used to set the audio channel. This has the default value of 1.
 
 

Aspect_Ratio

double Optional property, used to set the aspect ratio of converted video such as 1.7777
 
 

TargetFile_Type

string Optional property, used to set the default video and audio options for converted video. Generally used whilce converting .mpg or .avi videos. Default value is "pal-vcd". Other possible values are "vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd" and "ntsc-svcd".
 
 

Parameters

string Optional property for advance users. If you want to pass some advance parameters along with you video processing, you can use Parameters property.
 
 

Pad_Top

int Optional property, to set padding at top of the converted video in pixels.
 
 

Pad_Bottom

int Optional property, to set padding at bottom of the converted video in pixels.
 
 

Pad_Left

int Optional property, to set padding at left of the converted video in pixels.
 
 

Pad_Right

int Optional property, to set padding at right of the converted video in pixels.
 
 

Pad_Color

string Optional property, to set padding color in hexa. so if you want to set a padding of white color, you need to set it as 'Pad_Color=ffffff'
 
 

Crop_Top

int Optional property, to crop the converted video from top. Set the value in pixels.
 
 

Crop_Bottom

int Optional property, to crop the converted video from bottom. Set the value in pixels.
 
 

Crop_Left

int Optional property, to crop the converted video from left. Set the value in pixels.
 
 

Crop_Right

int Optional property, to crop the converted video from right. Set the value in pixels.
 
 

.Net Media Manager Pro - Required Properties

 

Name

Type

Description

 

FFMPEG_Path

string Required Property, to set the path of ffmpeg.exe file.
 
 

FLVTool_Path

string Required Property for FLV conversion only. It is required if you want to use the Set_Buffering() function while converting video in .flv format.
 
 

SourceFile_Path

string Required property, used to set the folder path where source video is placed.
 
 

OutputFile_Path

string Required property, used to set the folder path where the converted video would be stored. All the encoded audios, videos, and thumbnail images will be stored here.
 
 

SourceFile_Name

string Required property, used to set the name of source video which needs to be converted into another format.
 
 

.Net Media Manager Pro - Image Related Properties

 

Name

Type

Description

 

Frame_Time

string Required property if you want to grab the sigle thumbnail. Set the time either in seconds or in "hh:mm:ss" format. The thumbnail image will be retreived from the position specified with this property.
 
 

Image_Name

string You can set the name of thumbnail image using this property. If omitted, it will be same as of the source video.
 
 

Image_Format

string Set the format of grabbed thumnail image such as "jpg" and "png" etc.
 
 

No_Of_Thumbs

int Required property if you want to grab multiple thumbnail images from your video. Specify the number of thumbnails to be retreived. No of thumbs you want to capture from video. It would work only with "Multiple_Thumbs" property true.
 
 

Multiple_Thumbs

bool It it is set to true, multiple thumbs would be retreived.
 
 

Thumb_Transition_Time

int You can set the time duration between two thumbnails in seconds. The default value is 1. It can be one out of the given range i.e. "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20".
 
 

Thumb_Start_Position

int Used to specify the starting position where you want to start capturing the thumbnails from.
 
 

Auto_Transition_Time

bool If you do not want to specify the 'Thumb_Transition_Time' and you want it to be done automatically, you can set the value of 'Auto_Transition_Time' to 'true'. If this is set to true, the system will automatically divide the video into equal part based on the total video duration and will capture the thumbnails from each part.
 
 
 

WaterMark_Path

string Conditionally required property. If you want to post water mark on your video, you must set the path of water mark image to be posted on your video.
 
 
 

WaterMark_Image

string Conditionally required property. If you want to post water mark on your video, you must specify the name of water mark image to be posted on your video.
Important: This image must be a transparent, in .gif format and must be of same size as of the converted video.
 
 

.Net Media Manager Pro - Public Methods

 

Name

Return Type

Description

 

GetMedia_Format()

string You can check the format of a media file either it is an audio file or a video file using the GetMedia_Format() function.
 
 

ConvertTo_FLV()

MediaInfo Used to convert any format video into .flv format video. You can also perform many other activities at the same time such as post watermark, crop video etc.
 
 

ConvertTo_MPG()

MediaInfo Used to convert any format video into .mpg format video. You can also perform many other activities at the same time such as post watermark, crop video, add padding to videos etc.
 
 

ConvertTo_AVI()

MediaInfo Used to convert any format video into .avi format video. You can also perform many other activities at the same time such as post watermark, crop video, add padding to videos etc.
 
 

ConvertTo_3GP()

MediaInfo Used to convert any format video into .avi format video. You can also perform many other activities at the same time such as crop video and add padding to videos etc. But you can not post the watermark on .3gp videos.
 
 

ConvertTo_WMV()

MediaInfo Used to convert any format video into .wmv format video. You can also perform many other activities at the same time such as post watermark, crop video, add padding to videos etc.
 
 

ConvertTo_MOV()

MediaInfo Used to convert any format video into .mov format video. You can also perform many other activities at the same time such as post watermark, crop video and add padding to videos etc.
 
 

ConvertTo_MP4()

MediaInfo Encode any format video to mp4, m4v and m4a video and audio format and post watermark on it except mpa. Detail
 
 

ConvertTo_M4V()

MediaInfo Used to convert any format video into .m4v format video. You can also perform many other activities at the same time such as post watermark, crop video, add padding to videos etc.
 
 

ConvertTo_M4A()

MediaInfo Used to convert any format video into .m4v format video. Post watermark and other video related properties are not available for m4a audio files.
 
 

ConvertTo_MP3()

MediaInfo Used to convert any format video into .m4v format video. Post watermark and other video related properties are not available for mp3 audio files.
 
 

ConvertTo_WMA()

MediaInfo Used to convert any format video into .wma format video. Post watermark and other video related properties are not available for mp3 audio files.
 
 

Grab_Thumb()

MediaInfo You can grab single thumbnail image from any video from a specified position using this function. Specify the position in seconds using 'Frame_Time' property.
 
 

Get_MediaInfo()

MediaInfo This method return all the neccessary information about a media file such as media file type, audio bitrate, video bitrate, audio codec, video codec and audio sampling rate etc.
 
 

Set_Buffering()

void This method is used to set the meta information about FLV videos.
 
     
 
Sample Code Menu
Convert to FLV
Convert to AVI
Convert to MOV
Convert to MPG
Convert to WMV
Convert to M4V
Convert to M4A
Convert to MP3
Convert to WMA
Convert to MP4
Convert to 3GP
Grab Single Thumbnail
Grab Multiple Thumbnails
Get Media Information
Check Media Format
Crop Video
Add Padding to Video
Post Watermark on Video
  © Copyright 2009-2010 All4DotNet. Terms and Conditions  |  Sitemap  |  Links  | Links2 All Rights Reserved.