FFmpeg
|
Data Fields | |
IMFAssetLocator * | locator |
Location of the resource. More... | |
FFIMFTrackFileResource * | resource |
Underlying IMF CPL resource. More... | |
AVFormatContext * | ctx |
Context associated with the resource. More... | |
AVRational | start_time |
inclusive start time of the resource on the CPL timeline (s) More... | |
AVRational | end_time |
exclusive end time of the resource on the CPL timeline (s) More... | |
AVRational | ts_offset |
start_time minus the entry point into the resource (s) More... | |
IMFAssetLocator* IMFVirtualTrackResourcePlaybackCtx::locator |
Location of the resource.
Definition at line 99 of file imfdec.c.
Referenced by open_track_file_resource(), and open_track_resource_context().
FFIMFTrackFileResource* IMFVirtualTrackResourcePlaybackCtx::resource |
Underlying IMF CPL resource.
Definition at line 100 of file imfdec.c.
Referenced by get_resource_context_for_timestamp(), and open_track_file_resource().
AVFormatContext* IMFVirtualTrackResourcePlaybackCtx::ctx |
Context associated with the resource.
Definition at line 101 of file imfdec.c.
Referenced by get_resource_context_for_timestamp(), imf_read_packet(), imf_seek(), imf_virtual_track_playback_context_deinit(), open_track_file_resource(), and open_track_resource_context().
AVRational IMFVirtualTrackResourcePlaybackCtx::start_time |
inclusive start time of the resource on the CPL timeline (s)
Definition at line 102 of file imfdec.c.
Referenced by open_track_file_resource().
AVRational IMFVirtualTrackResourcePlaybackCtx::end_time |
exclusive end time of the resource on the CPL timeline (s)
Definition at line 103 of file imfdec.c.
Referenced by get_resource_context_for_timestamp(), imf_read_packet(), and open_track_file_resource().
AVRational IMFVirtualTrackResourcePlaybackCtx::ts_offset |
start_time minus the entry point into the resource (s)
Definition at line 104 of file imfdec.c.
Referenced by imf_read_packet(), open_track_file_resource(), and open_track_resource_context().