Skip to content

Commit 5ac2693

Browse files
Region help for developers
1 parent 0303dca commit 5ac2693

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Services/Zencoder.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ function Services_Zencoder_autoload($className) {
3333
class Services_Zencoder extends Services_Zencoder_Base
3434
{
3535
const USER_AGENT = 'ZencoderPHP v2.1.1';
36+
37+
/**
38+
* Zencoder Regions development help
39+
*/
40+
const EUROPE_REGION = 'europe';
41+
const US_REGION = 'us';
42+
const ASIA_REGION = 'asia';
43+
3644

3745
/**
3846
* Contains the HTTP communication class

0 commit comments

Comments
 (0)