Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AbsoluteClipTime(ClipTime):
:param odatatype: Required. Constant filled by server.
:type odatatype: str
:param time: Required. The time position on the timeline of the input
media. It is usually speicified as an ISO8601 period. e.g PT30S for 30
media. It is usually specified as an ISO8601 period. e.g PT30S for 30
seconds.
:type time: timedelta
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AbsoluteClipTime(ClipTime):
:param odatatype: Required. Constant filled by server.
:type odatatype: str
:param time: Required. The time position on the timeline of the input
media. It is usually speicified as an ISO8601 period. e.g PT30S for 30
media. It is usually specified as an ISO8601 period. e.g PT30S for 30
seconds.
:type time: timedelta
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class FilterTrackPropertyCondition(Model):
:param property: Required. The track property type. Possible values
include: 'Unknown', 'Type', 'Name', 'Language', 'FourCC', 'Bitrate'
:type property: str or ~azure.mgmt.media.models.FilterTrackPropertyType
:param value: Required. The track proprty value.
:param value: Required. The track property value.
:type value: str
:param operation: Required. The track property condition operation.
Possible values include: 'Equal', 'NotEqual'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class FilterTrackPropertyCondition(Model):
:param property: Required. The track property type. Possible values
include: 'Unknown', 'Type', 'Name', 'Language', 'FourCC', 'Bitrate'
:type property: str or ~azure.mgmt.media.models.FilterTrackPropertyType
:param value: Required. The track proprty value.
:param value: Required. The track property value.
:type value: str
:param operation: Required. The track property condition operation.
Possible values include: 'Equal', 'NotEqual'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PresentationTimeRange(Model):
:type live_backoff_duration: long
:param timescale: The time scale of time stamps.
:type timescale: long
:param force_end_timestamp: The indicator of forcing exsiting of end time
:param force_end_timestamp: The indicator of forcing existing of end time
stamp.
:type force_end_timestamp: bool
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PresentationTimeRange(Model):
:type live_backoff_duration: long
:param timescale: The time scale of time stamps.
:type timescale: long
:param force_end_timestamp: The indicator of forcing exsiting of end time
:param force_end_timestamp: The indicator of forcing existing of end time
stamp.
:type force_end_timestamp: bool
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def list(
of items returned from a collection. The service returns the number of
available items up to but not greater than the specified value n.
:type top: int
:param orderby: Specifies the the key by which the result collection
:param orderby: Specifies the key by which the result collection
should be ordered.
:type orderby: str
:param dict custom_headers: headers that will be added to the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def list(
of items returned from a collection. The service returns the number of
available items up to but not greater than the specified value n.
:type top: int
:param orderby: Specifies the the key by which the result collection
:param orderby: Specifies the key by which the result collection
should be ordered.
:type orderby: str
:param dict custom_headers: headers that will be added to the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def list(
:type transform_name: str
:param filter: Restricts the set of items returned.
:type filter: str
:param orderby: Specifies the the key by which the result collection
:param orderby: Specifies the key by which the result collection
should be ordered.
:type orderby: str
:param dict custom_headers: headers that will be added to the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def list(
:type account_name: str
:param filter: Restricts the set of items returned.
:type filter: str
:param orderby: Specifies the the key by which the result collection
:param orderby: Specifies the key by which the result collection
should be ordered.
:type orderby: str
:param dict custom_headers: headers that will be added to the request
Expand Down