AVBlocks for .NET  1.20
Audio and Video Software Development Kit
Preset.Video.Generic Class Reference

Generic video presets (unrelated to specific devices) MP4 presets (audio and video streams in MP4 container) More...

Classes

class  WebM
 WebM presets More...
 

Public Attributes

const string Generic_MP4_H264_1080p = "generic.mp4.h264.1080p"
 Video: H.264, 29.97 fps, 1920x1080, bitrate 5400 kbps, profile Baseline, aspect 16:9, Level 4
Audio: AAC, 44100 Hz, stereo, bitrate 160 kbps
Container: MP4 (mp4) More...
 
const string Generic_MP4_H264_240p = "generic.mp4.h264.240p"
 Video: H.264, 15 fps, 320x240, bitrate 300 kbps, profile Baseline, aspect 4:3, Level 1.3
Audio: AAC, 22050 Hz, stereo, bitrate 64 kbps
Container: MP4 (mp4) More...
 
const string Generic_MP4_H264_360p = "generic.mp4.h264.360p"
 Video: H.264, 29.97 fps, 480x360, bitrate 600 kbps, profile Baseline, aspect 4:3, Level 3
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4) More...
 
const string Generic_MP4_H264_480p = "generic.mp4.h264.480p"
 Video: H.264, 29.97 fps, 640x480, bitrate 900 kbps, profile Baseline, aspect 4:3, Level 3
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4) More...
 
const string Generic_MP4_H264_720p = "generic.mp4.h264.720p"
 Video: H.264, 29.97 fps, 1280x720, bitrate 2400 kbps, profile Baseline, aspect 16:9, Level 3.1
Audio: AAC, 44100 Hz, stereo, bitrate 160 kbps
Container: MP4 (mp4) More...
 
const string Generic_MP4_H264_Wide_360p = "generic.mp4.h264.wide.360p"
 Video: H.264, 29.97 fps, 640x360, bitrate 720 kbps, profile Baseline, aspect 16:9, Level 3
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4) More...
 
const string Generic_MP4_H264_Wide_480p = "generic.mp4.h264.wide.480p"
 Video: H.264, 29.97 fps, 854x480, bitrate 1200 kbps, profile Baseline, aspect 16:9, Level 3.1
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4) More...
 
const string H264_AAC = MP4_H264_AAC
 see Preset::MP4_H264_AAC More...
 

Detailed Description

Generic video presets (unrelated to specific devices) MP4 presets (audio and video streams in MP4 container)

Member Data Documentation

const string Generic_MP4_H264_1080p = "generic.mp4.h264.1080p"
const string Generic_MP4_H264_240p = "generic.mp4.h264.240p"
const string Generic_MP4_H264_360p = "generic.mp4.h264.360p"
const string Generic_MP4_H264_480p = "generic.mp4.h264.480p"
const string Generic_MP4_H264_720p = "generic.mp4.h264.720p"
const string Generic_MP4_H264_Wide_360p = "generic.mp4.h264.wide.360p"
const string Generic_MP4_H264_Wide_480p = "generic.mp4.h264.wide.480p"
const string H264_AAC = MP4_H264_AAC