Red5Pro IOS Client SDK

 10.0.0
Core SDK for IOS
R5Params.h
1//
2// R5Params.h
3// red5streaming
4//
5// Created by Andy Zupko on 2/4/15.
6// Copyright (c) 2015 Infrared5. All rights reserved.
7//
8
9#ifndef red5streaming_R5Params_h
10#define red5streaming_R5Params_h
11
12NSString *const R5VideoWidthKey = @"red5pro.videowidth";
13NSString *const R5VideoHeightKey = @"red5pro.videoheight";
14NSString *const R5VideoBitRateKey = @"red5pro.bitrate";
15NSString *const R5VideoOrientionKey = @"red5pro.orientation";
16NSString *const R5VideoAdaptiveBitRateKey = @"red5pro.adaptiveBitRate";
17NSString *const R5VideoFrameRateKey = @"red5pro.framerate";
18NSString *const R5AudioSampleRateKey = @"red5pro.samplerate";
19NSString *const R5AudioBitRateKey = @"red5pro.audiobitrate";
20NSString *const R5EncodeTypeKey = @"red5pro.encodeType";
21#endif