Skip to content

Commit

Permalink
Supported transcode template.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 19, 2019
1 parent 3ca7b8f commit 699c45d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.7.162 - 2019-11-19
- Supported transcode template.


## 1.7.161 - 2019-11-18
- Add seller refuse reason for queryRefundDetail.

Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.7.161';
const VERSION = '1.7.162';

/**
* @param Event $event
Expand Down
44 changes: 44 additions & 0 deletions src/Vs/V20181212/VsApiResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* @method DeleteVsStreamsNotifyUrlConfig deleteVsStreamsNotifyUrlConfig(array $options = [])
* @method DescribeDevice describeDevice(array $options = [])
* @method DescribeDeviceChannels describeDeviceChannels(array $options = [])
* @method DescribeDeviceGateway describeDeviceGateway(array $options = [])
* @method DescribeDevices describeDevices(array $options = [])
* @method DescribeDirectories describeDirectories(array $options = [])
* @method DescribeDirectory describeDirectory(array $options = [])
Expand Down Expand Up @@ -69,6 +70,7 @@
* @method ForbidVsStream forbidVsStream(array $options = [])
* @method GotoPreset gotoPreset(array $options = [])
* @method ModifyDevice modifyDevice(array $options = [])
* @method ModifyDeviceChannels modifyDeviceChannels(array $options = [])
* @method ModifyDirectory modifyDirectory(array $options = [])
* @method ModifyGroup modifyGroup(array $options = [])
* @method ModifyTemplate modifyTemplate(array $options = [])
Expand Down Expand Up @@ -441,6 +443,8 @@ class ContinuousMove extends Rpc
* @method $this withPort($value)
* @method string getName()
* @method $this withName($value)
* @method string getDsn()
* @method $this withDsn($value)
* @method string getUsername()
* @method $this withUsername($value)
*/
Expand Down Expand Up @@ -511,6 +515,8 @@ class CreateGroup extends Rpc
* @method $this withStartTime($value)
* @method string getType()
* @method $this withType($value)
* @method string getJpgOnDemand()
* @method $this withJpgOnDemand($value)
* @method string getRetention()
* @method $this withRetention($value)
* @method string getShowLog()
Expand All @@ -519,6 +525,8 @@ class CreateGroup extends Rpc
* @method $this withHlsM3u8($value)
* @method string getOssBucket()
* @method $this withOssBucket($value)
* @method string getTransConfigsJSON()
* @method $this withTransConfigsJSON($value)
* @method string getEndTime()
* @method $this withEndTime($value)
* @method string getOwnerId()
Expand Down Expand Up @@ -650,6 +658,22 @@ class DescribeDeviceChannels extends Rpc
{
}

/**
* @method string getClientIp()
* @method $this withClientIp($value)
* @method string getId()
* @method $this withId($value)
* @method string getShowLog()
* @method $this withShowLog($value)
* @method string getOwnerId()
* @method $this withOwnerId($value)
* @method string getExpire()
* @method $this withExpire($value)
*/
class DescribeDeviceGateway extends Rpc
{
}

/**
* @method string getSortDirection()
* @method $this withSortDirection($value)
Expand Down Expand Up @@ -867,6 +891,8 @@ class DescribeStreams extends Rpc
* @method $this withShowLog($value)
* @method string getOutProtocol()
* @method $this withOutProtocol($value)
* @method string getTranscode()
* @method $this withTranscode($value)
* @method string getEndTime()
* @method $this withEndTime($value)
* @method string getOwnerId()
Expand Down Expand Up @@ -1308,6 +1334,20 @@ class ModifyDevice extends Rpc
{
}

/**
* @method string getId()
* @method $this withId($value)
* @method string getShowLog()
* @method $this withShowLog($value)
* @method string getOwnerId()
* @method $this withOwnerId($value)
* @method string getChannels()
* @method $this withChannels($value)
*/
class ModifyDeviceChannels extends Rpc
{
}

/**
* @method string getDescription()
* @method $this withDescription($value)
Expand Down Expand Up @@ -1369,6 +1409,8 @@ class ModifyGroup extends Rpc
* @method $this withJpgOverwrite($value)
* @method string getStartTime()
* @method $this withStartTime($value)
* @method string getJpgOnDemand()
* @method $this withJpgOnDemand($value)
* @method string getId()
* @method $this withId($value)
* @method string getRetention()
Expand All @@ -1379,6 +1421,8 @@ class ModifyGroup extends Rpc
* @method $this withHlsM3u8($value)
* @method string getOssBucket()
* @method $this withOssBucket($value)
* @method string getTransConfigsJSON()
* @method $this withTransConfigsJSON($value)
* @method string getEndTime()
* @method $this withEndTime($value)
* @method string getOwnerId()
Expand Down

0 comments on commit 699c45d

Please sign in to comment.