AVBlocks for C++  2.1
Audio and Video Software Development Kit
primo::avblocks::Preset::Video::iPad Namespace Reference

Presets for iPad devices. More...

Variables

static const char H264_576p [] = "ipad.mp4.h264.576p"
 Video: H.264, 30 fps, 768 x 576, 2500 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
Standard Definition Video, optimized for iPad. More...
 
static const char H264_720p [] = "ipad.mp4.h264.720p"
 Video: H.264, 30 fps, 1280 x 720, 4000 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
High Definition Video, optimized for iPad. More...
 
static const char MPEG4_480p [] = "ipad.mp4.mpeg4.480p"
 Video: MPEG-4 Visual, 30 fps, 640 x 480, 2500 kbps
Audio: AAC, 48000 Hz, 128 kbps, stereo
Container: MP4
Near Standard Definition Video, optimized for iPad. More...
 

Detailed Description

Presets for iPad devices.

Variable Documentation

const char H264_576p[] = "ipad.mp4.h264.576p"
static

Video: H.264, 30 fps, 768 x 576, 2500 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
Standard Definition Video, optimized for iPad.

Socket

Property Value
StreamType MP4

Video Pin

Property Value
StreamType (StreamInfo) H264
StreamSubType (StreamInfo) AVC1
Bitrate (StreamInfo) 2500000 bps
FrameWidth (VideoStreamInfo) 768
FrameHeight (VideoStreamInfo) 576
FrameRate (VideoStreamInfo) 30

Audio Pin

Property Value
StreamType (StreamInfo) AAC
StreamSubType (StreamInfo) AAC_MP4
Bitrate (StreamInfo) 128000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 48000 Hz
const char H264_720p[] = "ipad.mp4.h264.720p"
static

Video: H.264, 30 fps, 1280 x 720, 4000 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
High Definition Video, optimized for iPad.

Socket

Property Value
StreamType MP4

Video Pin

Property Value
StreamType (StreamInfo) H264
StreamSubType (StreamInfo) AVC1
Bitrate (StreamInfo) 4000000 bps
FrameWidth (VideoStreamInfo) 1280
FrameHeight (VideoStreamInfo) 720
FrameRate (VideoStreamInfo) 30

Audio Pin

Property Value
StreamType (StreamInfo) AAC
StreamSubType (StreamInfo) AAC_MP4
Bitrate (StreamInfo) 128000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 48000 Hz
const char MPEG4_480p[] = "ipad.mp4.mpeg4.480p"
static

Video: MPEG-4 Visual, 30 fps, 640 x 480, 2500 kbps
Audio: AAC, 48000 Hz, 128 kbps, stereo
Container: MP4
Near Standard Definition Video, optimized for iPad.

Socket

Property Value
StreamType MP4

Video Pin

Property Value
StreamType (StreamInfo) MPEG4_Video
Bitrate (StreamInfo) 2500000 bps
FrameWidth (VideoStreamInfo) 640
FrameHeight (VideoStreamInfo) 480
FrameRate (VideoStreamInfo) 30

Audio Pin

Property Value
StreamType (StreamInfo) AAC
StreamSubType (StreamInfo) AAC_MP4
Bitrate (StreamInfo) 128000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 48000 Hz