AVBlocks for .NET
3.0
Audio and Video Software Development Kit
|
Presets for Android tablets. More...
Static Public Attributes | |
const string | H264_720p = "android-tablet.mp4.h264.720p" |
Video: H264 Baseline Profile, 30 fps, 1280 x 720, 4000 kbps Audio: AAC, 48000 Hz, stereo, 192 kbps Container: MP4. | |
const string | WebM_VP8_720p = "android-tablet.webm.vp8.720p" |
Video: VP8, 30 fps, 1280 x 720, 4000 kbps Audio: Vorbis, 48000 Hz, stereo, 192 kbps Container: WebM. | |
Presets for Android tablets.
|
static |
Video: H264 Baseline Profile, 30 fps, 1280 x 720, 4000 kbps
Audio: AAC, 48000 Hz, stereo, 192 kbps
Container: MP4.
Property | Value |
---|---|
StreamType | Mp4 |
Property | Value |
---|---|
StreamType (StreamInfo) | H264 |
StreamSubType (StreamInfo) | Avc1 |
Bitrate (StreamInfo) | 4000000 bps |
FrameWidth (VideoStreamInfo) | 1280 |
FrameHeight (VideoStreamInfo) | 720 |
FrameRate (VideoStreamInfo) | 30 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 1 |
Transform8x8 | FALSE |
KeyFrameInterval | 30 |
KeyFrameIDRInterval | 1 |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 192000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |
|
static |
Video: VP8, 30 fps, 1280 x 720, 4000 kbps
Audio: Vorbis, 48000 Hz, stereo, 192 kbps
Container: WebM.
Property | Value |
---|---|
StreamType | WebM |
Property | Value |
---|---|
StreamType (StreamInfo) | Vp8 |
Bitrate (StreamInfo) | 4000000 bps |
FrameWidth (VideoStreamInfo) | 1280 |
FrameHeight (VideoStreamInfo) | 720 |
FrameRate (VideoStreamInfo) | 30 |
Property | Value |
---|---|
StreamType (StreamInfo) | Vorbis |
Bitrate (StreamInfo) | 192000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |