This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.media.getLiveEventStreamEvents
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Get stream events telemetry of a live event. Azure REST API version: 2022-11-01.
Using getLiveEventStreamEvents
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLiveEventStreamEvents(args: GetLiveEventStreamEventsArgs, opts?: InvokeOptions): Promise<GetLiveEventStreamEventsResult>
function getLiveEventStreamEventsOutput(args: GetLiveEventStreamEventsOutputArgs, opts?: InvokeOptions): Output<GetLiveEventStreamEventsResult>
def get_live_event_stream_events(account_name: Optional[str] = None,
live_event_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLiveEventStreamEventsResult
def get_live_event_stream_events_output(account_name: Optional[pulumi.Input[str]] = None,
live_event_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLiveEventStreamEventsResult]
func GetLiveEventStreamEvents(ctx *Context, args *GetLiveEventStreamEventsArgs, opts ...InvokeOption) (*GetLiveEventStreamEventsResult, error)
func GetLiveEventStreamEventsOutput(ctx *Context, args *GetLiveEventStreamEventsOutputArgs, opts ...InvokeOption) GetLiveEventStreamEventsResultOutput
> Note: This function is named GetLiveEventStreamEvents
in the Go SDK.
public static class GetLiveEventStreamEvents
{
public static Task<GetLiveEventStreamEventsResult> InvokeAsync(GetLiveEventStreamEventsArgs args, InvokeOptions? opts = null)
public static Output<GetLiveEventStreamEventsResult> Invoke(GetLiveEventStreamEventsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLiveEventStreamEventsResult> getLiveEventStreamEvents(GetLiveEventStreamEventsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:media:getLiveEventStreamEvents
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The Media Services account name.
- Live
Event stringName - The name of the live event, maximum length is 32.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Account
Name string - The Media Services account name.
- Live
Event stringName - The name of the live event, maximum length is 32.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- account
Name String - The Media Services account name.
- live
Event StringName - The name of the live event, maximum length is 32.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- account
Name string - The Media Services account name.
- live
Event stringName - The name of the live event, maximum length is 32.
- resource
Group stringName - The name of the resource group within the Azure subscription.
- account_
name str - The Media Services account name.
- live_
event_ strname - The name of the live event, maximum length is 32.
- resource_
group_ strname - The name of the resource group within the Azure subscription.
- account
Name String - The Media Services account name.
- live
Event StringName - The name of the live event, maximum length is 32.
- resource
Group StringName - The name of the resource group within the Azure subscription.
getLiveEventStreamEvents Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Media. Outputs. Live Event Stream Event Response> - The result of the get live event stream events.
- Value
[]Live
Event Stream Event Response - The result of the get live event stream events.
- value
List<Live
Event Stream Event Response> - The result of the get live event stream events.
- value
Live
Event Stream Event Response[] - The result of the get live event stream events.
- value
Sequence[Live
Event Stream Event Response] - The result of the get live event stream events.
- value List<Property Map>
- The result of the get live event stream events.
Supporting Types
LiveEventStreamEventDataResponse
- Bitrate double
- Bitrate of the track.
- Current
Fragment stringTimestamp - Current fragment timestamp in timescale.
- Discontinuity
Gap double - Length of the discontinuity gap in timescale.
- Duration string
- Fragment duration.
- Fragment
Drop stringReason - Reason the fragment was dropped.
- Fragment
One stringDuration - Duration of first fragment used to make a comparison, in timescale.
- Fragment
One stringTimestamp - Timestamp of first fragment used to make a comparison, in timescale.
- Fragment
Two stringDuration - Duration of second fragment used to make a comparison, in timescale.
- Fragment
Two stringTimestamp - Timestamp of second fragment used to make a comparison, in timescale.
- Max
Time string - The larger timestamp of the two fragments compared.
- Max
Time stringMedia Type - The media type of the larger timestamp of two fragments compared.
- Media
Timestamp string - Fragment timestamp in timescale.
- Media
Type string - Type of the track.
- Min
Time string - The smaller timestamp of the two fragments compared.
- Min
Time stringMedia Type - The media type of the smaller timestamp of two fragments compared.
- Previous
Fragment stringDuration - Previous fragment duration in timescale.
- Previous
Fragment stringTimestamp - Previous fragment timestamp in timescale.
- Remote
Ip string - Truncated IP of the encoder.
- Remote
Port string - Port of the encoder.
- Resolution string
- Width x Height for video, null otherwise.
- Result
Code string - Result code.
- Result
Message string - Result message.
- Stream
Id string - Stream ID in the format "trackName_bitrate"
- Stream
Name string - Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- Timescale string
- Timescale in which timestamps are expressed.
- Timescale
Of stringMax Time - Timescale of the fragment with the larger timestamp.
- Timescale
Of stringMin Time - Timescale of the fragment with the smaller timestamp.
- Track
Id int - Track index.
- Track
Name string - Name of the track.
- Bitrate float64
- Bitrate of the track.
- Current
Fragment stringTimestamp - Current fragment timestamp in timescale.
- Discontinuity
Gap float64 - Length of the discontinuity gap in timescale.
- Duration string
- Fragment duration.
- Fragment
Drop stringReason - Reason the fragment was dropped.
- Fragment
One stringDuration - Duration of first fragment used to make a comparison, in timescale.
- Fragment
One stringTimestamp - Timestamp of first fragment used to make a comparison, in timescale.
- Fragment
Two stringDuration - Duration of second fragment used to make a comparison, in timescale.
- Fragment
Two stringTimestamp - Timestamp of second fragment used to make a comparison, in timescale.
- Max
Time string - The larger timestamp of the two fragments compared.
- Max
Time stringMedia Type - The media type of the larger timestamp of two fragments compared.
- Media
Timestamp string - Fragment timestamp in timescale.
- Media
Type string - Type of the track.
- Min
Time string - The smaller timestamp of the two fragments compared.
- Min
Time stringMedia Type - The media type of the smaller timestamp of two fragments compared.
- Previous
Fragment stringDuration - Previous fragment duration in timescale.
- Previous
Fragment stringTimestamp - Previous fragment timestamp in timescale.
- Remote
Ip string - Truncated IP of the encoder.
- Remote
Port string - Port of the encoder.
- Resolution string
- Width x Height for video, null otherwise.
- Result
Code string - Result code.
- Result
Message string - Result message.
- Stream
Id string - Stream ID in the format "trackName_bitrate"
- Stream
Name string - Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- Timescale string
- Timescale in which timestamps are expressed.
- Timescale
Of stringMax Time - Timescale of the fragment with the larger timestamp.
- Timescale
Of stringMin Time - Timescale of the fragment with the smaller timestamp.
- Track
Id int - Track index.
- Track
Name string - Name of the track.
- bitrate Double
- Bitrate of the track.
- current
Fragment StringTimestamp - Current fragment timestamp in timescale.
- discontinuity
Gap Double - Length of the discontinuity gap in timescale.
- duration String
- Fragment duration.
- fragment
Drop StringReason - Reason the fragment was dropped.
- fragment
One StringDuration - Duration of first fragment used to make a comparison, in timescale.
- fragment
One StringTimestamp - Timestamp of first fragment used to make a comparison, in timescale.
- fragment
Two StringDuration - Duration of second fragment used to make a comparison, in timescale.
- fragment
Two StringTimestamp - Timestamp of second fragment used to make a comparison, in timescale.
- max
Time String - The larger timestamp of the two fragments compared.
- max
Time StringMedia Type - The media type of the larger timestamp of two fragments compared.
- media
Timestamp String - Fragment timestamp in timescale.
- media
Type String - Type of the track.
- min
Time String - The smaller timestamp of the two fragments compared.
- min
Time StringMedia Type - The media type of the smaller timestamp of two fragments compared.
- previous
Fragment StringDuration - Previous fragment duration in timescale.
- previous
Fragment StringTimestamp - Previous fragment timestamp in timescale.
- remote
Ip String - Truncated IP of the encoder.
- remote
Port String - Port of the encoder.
- resolution String
- Width x Height for video, null otherwise.
- result
Code String - Result code.
- result
Message String - Result message.
- stream
Id String - Stream ID in the format "trackName_bitrate"
- stream
Name String - Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale String
- Timescale in which timestamps are expressed.
- timescale
Of StringMax Time - Timescale of the fragment with the larger timestamp.
- timescale
Of StringMin Time - Timescale of the fragment with the smaller timestamp.
- track
Id Integer - Track index.
- track
Name String - Name of the track.
- bitrate number
- Bitrate of the track.
- current
Fragment stringTimestamp - Current fragment timestamp in timescale.
- discontinuity
Gap number - Length of the discontinuity gap in timescale.
- duration string
- Fragment duration.
- fragment
Drop stringReason - Reason the fragment was dropped.
- fragment
One stringDuration - Duration of first fragment used to make a comparison, in timescale.
- fragment
One stringTimestamp - Timestamp of first fragment used to make a comparison, in timescale.
- fragment
Two stringDuration - Duration of second fragment used to make a comparison, in timescale.
- fragment
Two stringTimestamp - Timestamp of second fragment used to make a comparison, in timescale.
- max
Time string - The larger timestamp of the two fragments compared.
- max
Time stringMedia Type - The media type of the larger timestamp of two fragments compared.
- media
Timestamp string - Fragment timestamp in timescale.
- media
Type string - Type of the track.
- min
Time string - The smaller timestamp of the two fragments compared.
- min
Time stringMedia Type - The media type of the smaller timestamp of two fragments compared.
- previous
Fragment stringDuration - Previous fragment duration in timescale.
- previous
Fragment stringTimestamp - Previous fragment timestamp in timescale.
- remote
Ip string - Truncated IP of the encoder.
- remote
Port string - Port of the encoder.
- resolution string
- Width x Height for video, null otherwise.
- result
Code string - Result code.
- result
Message string - Result message.
- stream
Id string - Stream ID in the format "trackName_bitrate"
- stream
Name string - Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale string
- Timescale in which timestamps are expressed.
- timescale
Of stringMax Time - Timescale of the fragment with the larger timestamp.
- timescale
Of stringMin Time - Timescale of the fragment with the smaller timestamp.
- track
Id number - Track index.
- track
Name string - Name of the track.
- bitrate float
- Bitrate of the track.
- current_
fragment_ strtimestamp - Current fragment timestamp in timescale.
- discontinuity_
gap float - Length of the discontinuity gap in timescale.
- duration str
- Fragment duration.
- fragment_
drop_ strreason - Reason the fragment was dropped.
- fragment_
one_ strduration - Duration of first fragment used to make a comparison, in timescale.
- fragment_
one_ strtimestamp - Timestamp of first fragment used to make a comparison, in timescale.
- fragment_
two_ strduration - Duration of second fragment used to make a comparison, in timescale.
- fragment_
two_ strtimestamp - Timestamp of second fragment used to make a comparison, in timescale.
- max_
time str - The larger timestamp of the two fragments compared.
- max_
time_ strmedia_ type - The media type of the larger timestamp of two fragments compared.
- media_
timestamp str - Fragment timestamp in timescale.
- media_
type str - Type of the track.
- min_
time str - The smaller timestamp of the two fragments compared.
- min_
time_ strmedia_ type - The media type of the smaller timestamp of two fragments compared.
- previous_
fragment_ strduration - Previous fragment duration in timescale.
- previous_
fragment_ strtimestamp - Previous fragment timestamp in timescale.
- remote_
ip str - Truncated IP of the encoder.
- remote_
port str - Port of the encoder.
- resolution str
- Width x Height for video, null otherwise.
- result_
code str - Result code.
- result_
message str - Result message.
- stream_
id str - Stream ID in the format "trackName_bitrate"
- stream_
name str - Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale str
- Timescale in which timestamps are expressed.
- timescale_
of_ strmax_ time - Timescale of the fragment with the larger timestamp.
- timescale_
of_ strmin_ time - Timescale of the fragment with the smaller timestamp.
- track_
id int - Track index.
- track_
name str - Name of the track.
- bitrate Number
- Bitrate of the track.
- current
Fragment StringTimestamp - Current fragment timestamp in timescale.
- discontinuity
Gap Number - Length of the discontinuity gap in timescale.
- duration String
- Fragment duration.
- fragment
Drop StringReason - Reason the fragment was dropped.
- fragment
One StringDuration - Duration of first fragment used to make a comparison, in timescale.
- fragment
One StringTimestamp - Timestamp of first fragment used to make a comparison, in timescale.
- fragment
Two StringDuration - Duration of second fragment used to make a comparison, in timescale.
- fragment
Two StringTimestamp - Timestamp of second fragment used to make a comparison, in timescale.
- max
Time String - The larger timestamp of the two fragments compared.
- max
Time StringMedia Type - The media type of the larger timestamp of two fragments compared.
- media
Timestamp String - Fragment timestamp in timescale.
- media
Type String - Type of the track.
- min
Time String - The smaller timestamp of the two fragments compared.
- min
Time StringMedia Type - The media type of the smaller timestamp of two fragments compared.
- previous
Fragment StringDuration - Previous fragment duration in timescale.
- previous
Fragment StringTimestamp - Previous fragment timestamp in timescale.
- remote
Ip String - Truncated IP of the encoder.
- remote
Port String - Port of the encoder.
- resolution String
- Width x Height for video, null otherwise.
- result
Code String - Result code.
- result
Message String - Result message.
- stream
Id String - Stream ID in the format "trackName_bitrate"
- stream
Name String - Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.
- timescale String
- Timescale in which timestamps are expressed.
- timescale
Of StringMax Time - Timescale of the fragment with the larger timestamp.
- timescale
Of StringMin Time - Timescale of the fragment with the smaller timestamp.
- track
Id Number - Track index.
- track
Name String - Name of the track.
LiveEventStreamEventResponse
- Data
Pulumi.
Azure Native. Media. Inputs. Live Event Stream Event Data Response - Event data based on event type.
- Event
Level string - Event level.
- Event
Time string - The time event raised.
- Event
Type string - The type of the stream event. Format: StreamEvent/{eventType}
- Data
Live
Event Stream Event Data Response - Event data based on event type.
- Event
Level string - Event level.
- Event
Time string - The time event raised.
- Event
Type string - The type of the stream event. Format: StreamEvent/{eventType}
- data
Live
Event Stream Event Data Response - Event data based on event type.
- event
Level String - Event level.
- event
Time String - The time event raised.
- event
Type String - The type of the stream event. Format: StreamEvent/{eventType}
- data
Live
Event Stream Event Data Response - Event data based on event type.
- event
Level string - Event level.
- event
Time string - The time event raised.
- event
Type string - The type of the stream event. Format: StreamEvent/{eventType}
- data
Live
Event Stream Event Data Response - Event data based on event type.
- event_
level str - Event level.
- event_
time str - The time event raised.
- event_
type str - The type of the stream event. Format: StreamEvent/{eventType}
- data Property Map
- Event data based on event type.
- event
Level String - Event level.
- event
Time String - The time event raised.
- event
Type String - The type of the stream event. Format: StreamEvent/{eventType}
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi